js json

json转对象

str.parseJSON()
JSON.parse(str)


对象转json

obj.toJSONString()
JSON.stringfy(obj)

首页 我的博客
粤ICP备17103704号