This commit is contained in:
pplokijuhyg 2019-12-26 14:17:45 +08:00
parent 107e71f43f
commit a702d779f6

View File

@ -7,4 +7,6 @@
|byte|8|-128|127|
|shot|16|-32768|32767|
|int|32|-2^31^|2^31^-1|
|long|64|-2
|long|64|-2^63^|2^63^-1|
所有未超过int大小的类性都判断为int