摘要: 一、Java数据类型 Java有两种数据类型,分为: 1.基本数据类型(共8种) 类型 位数(bit) 取值范围 byte 8 -128~127 short 16 -32768~32767 int 32 - 2^31~2^31-1 long 64 - 2^63~ 2^63-1 float 32 略 阅读全文
posted @ 2017-09-12 02:17 心上秋0121 阅读(132) 评论(0) 推荐(0)