小编its*_*and的帖子

TypeError:对象在IE 11中不支持此操作

这在谷歌浏览器中工作正常,但在我的代码中以下提到的行中出现了Internet Explorer错误。任何人都可以建议我需要做它工作在IE什么样的变化。

var file = new File([JSON.stringify($localStorage)], "somefile.txt", {type: "text/plain;charset=utf-8"});

javascript google-chrome cross-browser angularjs internet-explorer-11

5
推荐指数
1
解决办法
1万
查看次数