码迷,mamicode.com
首页 > Web开发 > 详细

jQuery解决IE6、7、8不能使用 JSON.stringify 函数的问题

时间:2015-01-24 11:37:22      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

https://github.com/douglascrockford/JSON-js
使用其中的 json2.js 作为兼容。
这个JS中的函数将JSON对象转换成JSON字符串,解决 IE6、7、8、以及操蛋的360不能使用 JSON.stringify 函数的问题!

 

<!--[if lt IE 9]>
    <script src="json2.js"></script>
<![endif]-->

  

jQuery解决IE6、7、8不能使用 JSON.stringify 函数的问题

标签:

原文地址:http://www.cnblogs.com/pingfanren/p/4245567.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!