JSONObject ; HashMap<String, Object> map = new HashMap<>(); map.put("key", "value"); map.put("num", 42); map.put("bool", true); JSONObject json = new ...
確定! 回上一頁