wam*_*amp 1 jquery
$('select')
我想选择select上面的第二个,怎么做?
select
Gio*_*rgi 5
你可以这样做:$('select').eq(1)或$('select:eq(1)')
$('select').eq(1)
$('select:eq(1)')
归档时间:
15 年,9 月 前
查看次数:
765 次
最近记录: