C庫函數int isspace(int c)檢查所傳的字符是否是空白字符。 標準的空白字符包括: ' ' (0x20) space (SPC) 空格符'\t' (0x09) horizontal tab (TAB) 水平制表符 '\n' ...
確定! 回上一頁