public static void main(String[] args) { List<Map> list = new ArrayList<Map>(); for (int i = 0; i < 10; i++) { Map map = new HashMap();
確定! 回上一頁