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

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]-->

  

上一篇:Light oj 1018 - Brush (IV) 状态压缩


下一篇:JS事件大全