摘要: List使用List lst = new ArrayList();//List是接口,ArrayList是实现类list.add("hello");//添加list.removeAt(0);//删除list.get(0);//获得Int32[] vals = (Int32[])list.toArra... 阅读全文
posted @ 2014-11-25 17:22 feilv 阅读(285) 评论(0) 推荐(0) 编辑