18120184391 发表于 2015-10-4 17:02 int isspace(int c); int ispraph(int c); 以及int isprint(int c);都是头文件ctype.h函数,使用前需引用; ...