gpt4 book ai didi

javascript - array.map() - currentValue 和 index 参数切换了吗?

转载 作者:行者123 更新时间:2023-11-29 10:26:16 25 4
gpt4 key购买 nike

<分区>

我正在使用 id 从 DOM 中拉出一个输入元素数组,并使用 .map() 循环遍历该数组。我的代码有效,但是 currentValue 和 index 被切换了:

ports = $("#edit_display_control_ports > li > input").map(function(currentValue, index){ 
return index.value;}
).toArray();

同样,此代码有效。根据文档,map() 函数的第一个参数应该是 currentValue,第二个参数是 index。但是我必须切换两者。 currentValue 返回数组的索引,而 index 参数返回元素。

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