JSON 教程
JSON.stringify()
例如我们向服务器发送以下数据
源代码:
点击运行 »
var obj = { "name": "mifengjc", "alexa": 10000, "site": "www.mifengjc.com" };
运行结果:
点击运行 »