Jquery 获取元素标签名称时间:2021-08-06 05:11:52 Jquery的获取元素标签名称的方法: 1、$( this ).get(0).tagName 2、$( this )[0].tagName 3、$( this ).prop("tagName") 4、$( this ).prop("nodeName")