在 IE9 中运行:
if (typeof(JSON) === 'object' &&
typeof(JSON.parse) === 'function') {
// Native JSON parsing is available.
}
它不支持原生 json。我错了什么?我的 IE 中是否存在错误的安全设置?
在 IE9 中运行:
if (typeof(JSON) === 'object' &&
typeof(JSON.parse) === 'function') {
// Native JSON parsing is available.
}
它不支持原生 json。我错了什么?我的 IE 中是否存在错误的安全设置?