首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
jQuery静态方法:each
jQuery静态方法:each
it
2024-08-12
37
var
arr
=
{
0
:
1
,
1
:
3
,
2
:
5
,
3
:
7
,
length
:
4
}
;
$
.
each
(
arr
,
function
(
index
,
value
)
{
console
.
log
(
index
,
value
)
;
}
)
类似于js的foreach方法,但foreach并不能遍历类数组。
转载请注明原文地址: https://lol.8miu.com/read-18351.html
最新回复
(
0
)