原型:extern int isdigit(int c); 用法:#include <ctype.h> 功能:判断字符c是否为数字说明:当c为数字0-9时,返回非零值,否则返回零。 举例: // isdigit.c ...
確定! 回上一頁