我在测试jQuery的过滤器,准备了这些东西:
<input type="hidden" value="hid_1">
<input type="hidden" value="hid_2">
<input type="hidden" value="hid_3">
<input type="hidden" value="hid_4">
<input type="hidden" value="hid_5">
<input type="hidden" value="hid_6">
然后我使用了$(input:lt(2))
,按理来说是获取了前两个节点,但是不管怎么用,只会输出hid_1
或者一大串我看不懂的字符串
对它直接val()
就是一个hid_1,用for循环就是一大串字符串,dom和jQuery对象的方式都试过了,就是不会输出两个value值