1 isdigit() 函数 1.1 函数原型 #include int isdigit(int c); 1.2 功能说明 isdigit() 函数用于检查传入的整数参数是否为 ASCII 编码的十进制数字...