jQuery 事件方法
event.currentTarget 通常等于 this:
event.currentTarget 属性是在事件冒泡阶段内的当前 DOM 元素,通常等于 this。
返回元素的内容 使用 event.currentTarget.innerHTML 来返回元素的内容。