size: 1 val: 234. JSONObject.keySet()可以遍历json所有的key值. for (String key:jsonObj.keySet()) { originObj.put(key, jsonObj.get(key)); }.
確定! 回上一頁