遍历List集合的三种方法
摘要:循环遍历list集合里面的三种方法 最近要批量处理一批数据 ,特此记录一下主要方法 List<String> list = new ArrayList<String>();list.add("aaa");list.add("bbb");list.add("ccc");方法一:超级for循环遍历for
阅读全文
posted @
2018-02-22 09:49
綦霖
阅读(574)
推荐(0) 编辑
javascript中的后退和刷新
摘要:<input type=button value=刷新 onclick="window.location.reload()"><input type=button value=前进 onclick="window.history.go(1)"><input type=button value=后退
阅读全文
posted @
2018-02-11 15:38
綦霖
阅读(176)
推荐(0) 编辑