2020年9月29日
摘要: 我 阅读全文
posted @ 2020-09-29 22:48 lkwkk 阅读(70) 评论(0) 推荐(0)
摘要: java中有8种基本数据类型:byte、int、short、long、boolean、char、float、double 对应的类为:Byte、Int、Short、Long、Boolean、Charecter、Float、Double 逻辑型:boolean 文本型:char 整数型:byte、sh 阅读全文
posted @ 2020-09-29 20:01 lkwkk 阅读(63) 评论(0) 推荐(0)