进行一下格式转换: var jsonData = JSON.stringify(data);// 转成JSON格式var result = $.parseJSON(jsonData);// 转成JSON对象