一、字符测试 1、isalnum 表头文件 #include<ctype.h> 定义函数 int isalnum(int c) 函数说明 检查参数c是否为英文字母或阿拉伯数字,在标准c中相当于使用 … Continue reading 一、字符测试