jQuery中json对象与json字符串互换 json字符串转json对象:jQuery.parseJSON(jsonStr);json对象转json字符串:JSON.stringify(jsonObj); IE6、7、8不能使用 JSON.stringify 函数的问题
json字符串转json对象:jQuery.parseJSON(jsonStr); json对象转json字符串:JSON.stringify(jsonObj);IE6、7、8不能使用 JSON.stringify 函数的问题