C庫函數int isspace(int c)檢查傳遞的字符是否是空白。 標準空白字符: ( 0x20 ) space ( SPC ) \t ( 0x09 ) horizontal tab ( TAB ) \n ( 0x0a ) newline ( LF ) \v ...
確定! 回上一頁