摘要: 以下代码Demo: public class TestDemo { public static void main(String[] args) { //以创建5个student为例 int count = 6;//student数量+1 for (int i = 1; i < count; i++ 阅读全文
posted @ 2017-06-14 11:08 Mr.Duanxj 阅读(2912) 评论(0) 推荐(0)