C语言中有几个基本输入函数: //获取字符系列 int fgetc(FILE *stream); int getc(FILE *stream); int getchar(void); //获取行系列 char *fgets(char * restrict s, int n, FILE * restrict stream); char *gets(char *s);//可能导致溢出,用fgets代替之. //格式化输入系列 int fscanf(FILE * restrict stream, co
win10 切换英文语言 start > right click>control panel> time Language>laguage>Add >English>Option>Down language package! 中文简体美式键盘 http://jingyan.baidu.com/article/b2c186c8ca3172c46ef6ffe8.html