jq通过对象获取其ID值时间:2021-06-08 20:28:53 $(this).click(function(){ var this_id=$(this).attr("id");// attr(属性名) 获取属性的值 alert(this_id); });