gpt4 book ai didi

javascript - 如何修复 ESLint 错误 使用数组解构

转载 作者:行者123 更新时间:2023-12-04 00:27:41 27 4
gpt4 key购买 nike

我的代码中有一行:

this.someVar = document.querySelectorAll("div[container-type='some-container']")[0];

ESLint 检查会为这一行“使用数组解构”引发错误。
我该如何解决这个错误。

最佳答案

尝试这个

([this.someVar] = document.querySelectorAll("div[container-type='some-container']"));

关于javascript - 如何修复 ESLint 错误 使用数组解构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52688359/

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