include using namespace std; int main( void ) { char ch = 'c'; ... code cout << (int) 'c' << endl; // 印出字母c 之ASCII code return 0; } ...
確定! 回上一頁