gpt4 book ai didi

javascript - indexOf 不是函数,无法在数组中找到元素的索引

转载 作者:行者123 更新时间:2023-11-28 05:12:34 26 4
gpt4 key购买 nike

<分区>

我有一个包含 HTML 元素的数组(我用 querySelectorAll() 填充它),我试图在该数组中找到元素的索引,但控制台给出了错误:

Uncaught TypeError: rows.indexOf is not a function

我用它来用所需的 HTML 元素填充数组:

rows = document.querySelectorAll("#selectableTableBody > tr");

找到索引:

document.getElementById("tableItem_10087528").onclick = function (e) {
console.log(rows.indexOf(this));
}

这是我在控制台中测试的图像(这没有意义): image captured from Chrome's console

值得注意的是,这些元素是用 javascript 生成的,然后使用 querySelectorAll() 放入数组中这是一个jsfiddle如果你想检查整个事情

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