优雅发卡

文章
6
资源
0
加入时间
3年0月9天

char的字面值

#include #include // 头文件,#include #include int main (){char x = 'a';wchar_t y = L'是';// 宽字符可以表示除英文之外的其它的字符, 注意表示方法,printf("%c\n", 'B'); //"%c\n"是字符串,setlocale(LC_ALL, "chs");wprintf(L"%