摘要: jQuery插件支持的转换方式: 示例: $.parseJSON( jsonstr ); //jQuery.parseJSON(jsonstr),可以将json字符串转换成json对象 JSON.parse(jsonstr); //可以将json字符串转换成json对象 JSON.stringify 阅读全文
posted @ 2017-12-24 00:21 Strive-count 阅读(936) 评论(0) 推荐(0) 编辑