JSONObject json = new JSONObject(); Map<String, Object> map = new HashMap<>(); List<String> list = new ArrayList<>(); json.put("list",list);
確定! 回上一頁