String转JSONString jsonStr= "{status:200,massage:0,result:{id:0987,name:"csdn"}}";//转jsonJSONObject json = JSONObject.fromObject(jsonStr);JSON ...
確定! 回上一頁