ECMAScript 5 -- filter() js问题
发布网友
发布时间:2022-04-25 02:32
我来回答
共1个回答
热心网友
时间:2022-04-25 04:01
The signature of a callbackfn function is
function (value
[,index[,array]])
Where value is the value of an array element, index is the array index of the element, and array is the array object.
x是数组元素的值,i是数组元素在数组中的索引位置