摘要: public class CollectionDemo { public static void main(String[] args) { String a = "A", b = "B", c = "C", d = "D", e = "E"; // 定义要插入集合的字符串对象 List list ... 阅读全文
posted @ 2014-07-29 10:40 DE881212 阅读(278) 评论(0) 推荐(0)