如何在JavaScript中将对象序列化为JSON?
你正在寻找JSON.stringify()。
JSON.stringify()
下载 https://github.com/douglascrockford/JSON-js/blob/master/json2.js,包含它并执行
https://github.com/douglascrockford/JSON-js/blob/master/json2.js
var json_data = JSON.stringify(obj);