String str="{key1:value1,key2:value2}"; JSONObject json=new JSONObject(str); ... isNullObject(); --//判断是否为空对象json.put("key","value"); ...
確定! 回上一頁