public static void main(String[] args) { HashMap map = new HashMap(); map.put("张三", "四川"); map.put("李四", "四川"); map.put("王五", "广东"); map.put("... Read More
posted @ 2015-02-06 13:47
一种武器
Views(127)
Comments(0)
Diggs(0)
int[] arr = {1,2,3,4,5,6,8,5,9}; //常规for循环 for (int i = 0; i < arr.length; i++) { System.out.print(arr[i]+" "); } System.out.println(); //JD... Read More
posted @ 2015-02-06 08:42
一种武器
Views(142)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号