摘要: 1.数据类型 Byte 8位有符号补码整数。数值区间为 -128 到 127 Short 16位有符号补码整数。数值区间为 -32768 到 32767 Int 32位有符号补码整数。数值区间为 -2147483648 到 2147483647 Long 64位有符号补码整数。数值区间为 -9223 阅读全文
posted @ 2021-05-10 18:27 LinSandwich 阅读(104) 评论(0) 推荐(0)