jQuery index() 方法时间:2022-02-11 08:01:24比如同一级有多个li,获得点击的元素的下标,确定第几个。 $("li").click(function(){alert($(this).index());});