摘要: 1.对于基本数据类型,可以直接使用==和!=进行内容比较 如:int x=30; int y=30; x==y; //true 基本数据类型 简单类型(基本类型) boolean byte char short int long float double void 二进制位数 1 8 16 16 3 阅读全文
posted @ 2016-05-25 15:23 GumpYan 阅读(397) 评论(0) 推荐(0) 编辑