2017年9月14日
摘要: 1.json字符串与json对象相互转化(转至:http://www.jb51.net/article/43136.htm) SON字符串: var str1 = '{ "name": "cxh", "sex": "man" }'; JSON对象: var str2 = { "name": "cxh 阅读全文
posted @ 2017-09-14 14:15 Simle 阅读(154) 评论(0) 推荐(0)