摘要: 基本数据变量类型:byte、short、int、long、float、double、boolean、char eg : int i = 1; 引用数据变量类型:数组、类、接口、枚举、注解 eg : Scanner sc = new Scanner(System.in);//接受键盘输入 Random 阅读全文
posted @ 2018-07-29 15:18 高圈圈 阅读(168) 评论(0) 推荐(0)