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"% 基础学习C++ 2023-08-30 36 点赞 0 评论 54 浏览