Map <String, Integer> map = new HashMap<String, Integer>();. for ( int i = 0 ; i < strings.length; i++) {. map.put(strings[i], 0 );. }.
確定! 回上一頁