1.java后台: string 转 JSONObject JSONObject fdDetailJSON = JSONObject.fromObject(fdDetail); 2.js string 转 JSONObject var json =$.parseJSON(jsonString)