json

作者: 木子川页心 | 来源:发表于2019-03-10 17:34 被阅读0次

JSON是一种传输数据的格式(以对象为样板,本质上也是对象,但是用途有区别,对象就是本地用的,json是用来传输的)

JSON.parse() string --->json
JSON.stringify() json--->string

相关文章

网友评论

      本文标题:json

      本文链接:https://www.haomeiwen.com/subject/ncqppqtx.html