gpt4 book ai didi

jquery - 为什么我必须在 jQuery 查询后使用 [0]

转载 作者:行者123 更新时间:2023-12-01 02:41:25 24 4
gpt4 key购买 nike

给出代码:

 var lastVisibleElement =$('#test > div:visible').last()[0];

为什么我必须使用 [0] 来获取我的 html. [0] 是做什么用的?

最佳答案

数组表示法[0]用于获取对实际DOM元素而不是jQuery对象的引用。

$( "#foo" )[ 0 ]; // Equivalent to document.getElementById( "foo" )

Read this

关于jquery - 为什么我必须在 jQuery 查询后使用 [0],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28107017/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com