jquery下的this,$(this),$(this).get(0);

this.id == $(this).attr("id") == $(this).get(0).id

原文地址:https://www.cnblogs.com/yubolin/p/5301836.html