摘要: byte:在内存里占8位;表数范围是-128(-2^7)~127(2^7-1) short:在内存里占16位;表数范围是-32768(-2^15)~32767(2^15-1) int:在内存里占32位;表数范围是-2147483648(-2^31)~2147483647(2^31-1) long:在 阅读全文
posted @ 2019-03-10 22:41 无言呦 阅读(177) 评论(0) 推荐(0)