Json对象与Json字符串互转(4种转换方式)
摘要:1>jQuery插件支持的转换方式: $.parseJSON( jsonstr ); //jQuery.parseJSON(jsonstr),可以将json字符串转换成json对象 2>浏览器支持的转换方式(Firefox,chrome,opera,safari,ie9,ie8)等浏览器: JSON
阅读全文
posted @ 2016-02-24 16:22
posted @ 2016-02-24 16:22