以下程式碼正確嗎? char mychar = 200; printf("%x", mychar); 根據http://www.cplusplus.com/reference/clibrary/cstdio/printf/, %x 期望一個 ...
確定! 回上一頁