© Ce document utilise Manuel du site Web PHP chinois Libérer
点击所有锚点后弹出事件类型。
$("a").click(function(event) { alert(event.type); // "click" });