值 vs 地址;以及看到 0 开头的数字要警惕。
Site site = new Site("Runoob");
final double PI = 3.1415927;
0
0x
int decimal = 100;
int octal = 0144;
int hexa = 0x64;
0144