JSON.stringify()

JSON 通常用于与服务端交换数据。

在向服务器发送数据时一般是字符串。

我们可以使用 JSON.stringify() 方法将 JavaScript 对象转换为字符串。

注意大小写

http://www.runoob.com/json/json-stringify.html

posted @ 2019-03-27 08:53  jasonlai2016  阅读(100)  评论(0编辑  收藏  举报