isspace. 测试字符是否为空格字符 ... 定义函数. int isspace(int c) ... int i; for(i=0;str[i]!=0;i++) if(isspace(str[i])) printf("str[%d] is a white-space ...
確定! 回上一頁