2021.09.13 IE不兼容JSON对象问题
作者:互联网
IE低版本(6-7-8)不兼容JSON对象,需要手动引入 https://github.com/douglascrockford/JSON-js/blob/master/json2.js
回归本真:
if(typeof JSON !== 'object'){
document.write("<script type='text/javascript' src='https://github.com/douglascrockford/JSON-js/blob/master/json2.js'>")
}
标签:13,2021.09,兼容,JSON,json2,本真,js,IE 来源: https://blog.csdn.net/qq_43080484/article/details/120261757