摘要: 页面JS 1.parse 用于从一个字符串中解析出json 对象。例如 var str='{"name":"cpf","age":"23"}' 经 JSON.parse(str) 得到: Object: age:"23" name:"cpf" _proto_:Object ps:单引号写在{}外,每 阅读全文
posted @ 2016-06-28 23:53 白色的回忆 阅读(396) 评论(0) 推荐(0) 编辑