摘要: 1 package cn.hello; 2 3 public class Student implements Comparable{ 4 public String name; 5 int age; 6 public String address; 7 publ... 阅读全文
posted @ 2015-08-29 22:32 chengling 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1 public class Test01{ 2 public static void main(String[] args) { 3 ArrayList list=new ArrayList(); 4 System.out.println("请输入数据:"... 阅读全文
posted @ 2015-08-29 20:59 chengling 阅读(241) 评论(0) 推荐(0) 编辑