cout << "英文字母傳回非零值: " << isalnum(en) << endl ;. cout << "非英文字母或數字傳回零: " << isalnum(ch) << endl ;. system("pause");.
確定! 回上一頁