判断某个字符型是否为数字 例如int main() { char c;//此时输入的是整型数字while (cin>>c) { if (isdigit(c)) { cout<<c<<"是 ...
確定! 回上一頁