int 内存占用 4字节 范围 -2^312^31 - 1-2,147,483,6482,147,483,647 Integer Literals int v1 = 0B10; //2 int v2 = 010; //8 int v3 = 10; //10 int v4 = 0x10; //16