摘要: 详细记录见本地基础培训资料 一、数据类型 二、类型转换• + 是一个运算符, 我们应该能够看懂, 做数据的加法。• boolean类型不能转换为其他的数据类型(true,false) • 默认转换– byte,short,char —> int —> long —> float —> double 阅读全文
posted @ 2019-04-01 17:29 龙桑 阅读(301) 评论(0) 推荐(0) 编辑