摘要: java 基本数据类型 一般情况下我们会使用数据的基本数据类型:byte、int、short、long、double、float、boolean、char;对应的包装类型也有八种:Byte、Integer、Short、Long、Double、Float、Character、Boolean; 包装类型 阅读全文
posted @ 2021-05-27 09:39 dachengqian 阅读(135) 评论(0) 推荐(0)