首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
js 获取 table 中的每一个td
js 获取 table 中的每一个td
it
2024-12-20
11
var
table
=
document
.
getElementById
(
"tableId"
)
;
for
(
var
i
=
0
,
i
<
table
.
rows
[
0
]
.
cells
.
length
)
{
alert
(
table
.
rows
[
0
]
.
cells
[
i
]
.
offSetWidth
)
}
转载请注明原文地址: https://lol.8miu.com/read-21534.html
最新回复
(
0
)