Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/405.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript HTML5本地存储在ie11 win 8.1 x64中出现故障?错误:应为函数_Javascript_Html_Internet Explorer - Fatal编程技术网

Javascript HTML5本地存储在ie11 win 8.1 x64中出现故障?错误:应为函数

Javascript HTML5本地存储在ie11 win 8.1 x64中出现故障?错误:应为函数,javascript,html,internet-explorer,Javascript,Html,Internet Explorer,其他任何人看到这个都找不到任何信息,以前已经在补丁中修复了很多年,还有其他人看到这个吗 localStorage.setItem("hello", "somedata"); alert(localStorage.getItem("hello")); localStorage.clear(); ie版本11.0.0600.17107,更新版本11.0.8(KB2953522) 在chrome work的完美中测试,适用于仍被此问题困扰的用户:就我而言,我必须重置整个Internet Explor

其他任何人看到这个都找不到任何信息,以前已经在补丁中修复了很多年,还有其他人看到这个吗

localStorage.setItem("hello", "somedata");
alert(localStorage.getItem("hello"));
localStorage.clear();
ie版本11.0.0600.17107,更新版本11.0.8(KB2953522)


在chrome work的完美

中测试,适用于仍被此问题困扰的用户:就我而言,我必须重置整个Internet Explorer:

工具>Internet选项>高级选项卡


在“重置Internet Explorer设置”下,单击“重置…”按钮。

显然已在11.0.2版本的补丁中修复-KB2898785当前我在11.0.8版本中,感谢您的查看