摘要: //注意:Collection值接口,Collections是类class CollectionDemo1{ public static void fun1(){ List str=new ArrayList(); str.add("zhangsan"); str.add("wangwu"); str.add("liliu"... 阅读全文
posted @ 2017-02-13 20:22 Mr、嘘声张 阅读(154) 评论(0) 推荐(0)