C 库函数- isspace() C 标准库- <ctype.h> 描述C 库函数int isspace(int c) 检查所传的字符是否是空白字符。 标准的空白字符包括: ' ' (0x20) space (SPC) 空格符'\t' ...
確定! 回上一頁