0x123表示十六進位的int. 123L表示十進位的long. 123.0表示十進位的float. 123.0L表示十進位的double. 123.0e-8表示123*10 -8 的float. 'a'表示char.
確定! 回上一頁