char b = ' ' ;. char ch = '9' ;. cout << isspace(b) << endl ;. cout << isspace(ch) << endl ;. system("pause");. return 0;. }.
確定! 回上一頁