JSON转字符串 data为json对象 var str=JSON.stringify(data); 字符串转json对象 str为json格式的字符串 var json=JSON.parse(str);