gpt4 book ai didi

javascript - 了解 jQuery map

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

我找到了 this例子说:

var arr=$.map([0,1,2],function(n){
return [n,n+1];
});

将使 arr 成为一个包含 6 项的数组。但是,我不明白为什么它不是 [[x,y],[x,y],[x,y]]

我需要逐步了解刚刚发生的事情。这个 map 函数看起来很有用,我不想仅仅因为不理解它的行为就不用它。

最佳答案

$.map 展平返回的数组:

A returned array will be flattened into the resulting array.

来源:http://api.jquery.com/jQuery.map/

关于javascript - 了解 jQuery map ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9153904/

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