jQuery last() 方法 jQuery is() 方法 jQuery next() 方法 jQuery last() 方法 实例 选取最后一个 <div> 元素内的最后一个 <p> 元素: $("p").last() 试一试 定义和用法 last() 方法返回被选元素的最后一个元素。 提示: 如需返回第一个元素,请使用 first() 方法。 语法 $( _selector_ ).last() 更多实例 选取 <p> 元素集合中的最后一个 <span>元素 如何选取 <p> 元素集合中的最后一个 <span> 元素。 jQuery is() 方法 jQuery next() 方法