gpt4 book ai didi

angular - Internet Explorer 11 - 对象不支持属性或方法 'includes'

转载 作者:太空狗 更新时间:2023-10-29 18:05:06 24 4
gpt4 key购买 nike

我在 IE 11 中遇到此错误,在所有其他常见浏览器上它工作正常。

我使用这段代码,其中使用了“includes”:

const keys = Object.keys(this.service.content);

if (keys.includes(splitUrl[splitUrl.length - 1])) {
this.router.navigateByUrl(`/mysite/${splitUrl[splitUrl.length - 1]}/1`);
}

还有其他选择吗?

最佳答案

我在 Angular 7.0+IE11 上遇到了同样的问题

我通过在我的 polyfill.ts 文件中添加一行来获得解决方案。

import 'core-js/es7/array';

我从这篇文章中得到了这个解决方案 Internet Explorer 11 and Angular 2+

注意:如果您想避免IE 浏览器出现这种情况,那么您应该阅读这篇文章感谢Maarten Merken .

关于angular - Internet Explorer 11 - 对象不支持属性或方法 'includes',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49896979/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com