你试试……void main(void){ char a[12]; printf("Please input the name in Chinese...\n"); scanf("%s",a); printf("The name you inputed is %s.\n");}你的平台必须是支持汉字输入的!在输入时用同时压下ctrl和space键从英文切换为汉字。
scanf或者getchar
?这个问题具体是什么?
用sscanf()