2017年5月7日

摘要: 1、for循环 代码实现: for(int i=0;i<list.size();i++){ product p=list.get(i); System.println(p); } 2、迭代器 Iterator<product> it = list.iterator();//product是一个类 w 阅读全文
posted @ 2017-05-07 21:37 我叫大眯毛 阅读(253) 评论(0) 推荐(0)
摘要: 字符串的常用方法 阅读全文
posted @ 2017-05-07 00:45 我叫大眯毛 阅读(187) 评论(0) 推荐(0)

导航