摘要: package hello;public class Car { //属性或者成员变量 //车的颜色 String YanSe; //车的品牌 String PinPai; //油箱容量 ... 阅读全文
posted @ 2015-12-08 09:15 机智的实习生 阅读(176) 评论(0) 推荐(0) 编辑
摘要: package test;import java.util.Random;public class SSQ {public static void main(String[] args) { int[] cai = new int[7]; Random r... 阅读全文
posted @ 2015-12-08 08:43 机智的实习生 阅读(188) 评论(0) 推荐(0) 编辑