1、中文字符串可以使用printf()、puts()等函数直接输出。
#include
int main()
{
printf("
输出字符数:%d
", printf(str));
1、中文字符串可以使用printf()、puts()等函数直接输出。
#include
int main()
{
printf("
输出字符数:%d
", printf(str));
步骤如下:
1.如果是windows的话。一般是编码问题引起的,VSCode默认编码就是UTF-8,如果还有中文乱码,改成GB2312就可以了。
2.具体操作步骤为:打开VSCode,文件-首选项—设置,在搜索栏目里搜索encoding。
3.然后在Files;Encoding:选择下拉列表里的gb2312即可设置c语言中文字符。