原型:extern int isalnum(int c);. 用法:. #include <ctype.h>/* 包含 <ctype.h> */. 功能:判斷字元變數c是否為字母或數字. 說明:當c為數字0-9或字母a-z及A-Z時, ...
確定! 回上一頁