© 이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
返回哪种事件类型被触发:
$("p").on("click dblclick mouseover mouseout",function(event){ $("div").html("Event: " + event.type); });
event.type 属性返回哪种事件类型被触发。
event.type