2017年8月2日

Json对象与Json字符串互转(4种转换方式)

摘要: 1.jQuery插件支持的转换方式: //将json字符串转换成json对象 $.parseJSON( jsonstr ); //jQuery.parseJSON(jsonstr), 2.浏览器支持的转换方式(Firefox,chrome,opera,safari,ie9,ie8)等浏览器: //可 阅读全文

posted @ 2017-08-02 11:29 程序猿-alvin 阅读(346) 评论(0) 推荐(0) 编辑

导航