gpt4 book ai didi

javascript - IE 语法错误

转载 作者:行者123 更新时间:2023-11-29 10:34:56 24 4
gpt4 key购买 nike

问题

我有一些代码不断抛出语法错误,但仅限于 IE。我在 JSLint 中运行了代码,但它并没有帮助我理解问题。

JavaScript

 $('#sub').click(function() {
items = my_arr.filter(i => i.percent && i.unit);
console.log(items);
})

IE 11(错误)

SCRIPT1002: Syntax error
File: scripts.js, Line: 3346, Column: 26

最佳答案

检查这个 ES6 Browser Compatibility table .

箭头符号是 ES6 特性,IE 不支持。

关于javascript - IE 语法错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38507159/

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