Literal integer constants that begin with a leading 0 (zero) are interpreted as octal; those that begin with either 0x or 0X are interpreted as hexadecimal.
英
美
- 以0(零)开头的字面值整数常量表示八进制,以0x或0X开头的表示十六进制。