函数名:isdigit
函数所需头文件:#include<cstdio>
函数格式:isdigit(字符)
函数作用:判断括号内是否为1~9的数字。
例:isdigit(4) 就是true
isdigit(a) 就是false