type ʼþÊôÐÔ
¶¨ÒåºÍÓ÷¨
type ʼþÊôÐÔ·µ»Ø·¢ÉúµÄʼþµÄÀàÐÍ£¬¼´µ±Ç° Event ¶ÔÏó±íʾµÄʼþµÄÃû³Æ¡£
ËüÓë×¢²áµÄʼþ¾ä±úͬÃû£¬»òÕßÊÇʼþ¾ä±úÊôÐÔɾ³ýǰ׺ "on" ±ÈÈç "submit"¡¢"load" »ò "click"¡£
Óï·¨
event.type
ʵÀý
ÏÂÃæµÄÀý×Ó¿É·µ»Ø±»´¥·¢µÄʼþµÄÀàÐÍ£º
<html>
<head>
<script type="text/javascript">
function getEventType(event)
{
alert(event.type
);
}
</script>
</head>
<body onmousedown="getEventType(event)">
<p>Click somewhere in the document.
An alert box will tell what event
type you triggered.</p>
</body>
</html>
TIY
- type event
- ·µ»Ø±»´¥·¢µÄʼþµÄÀàÐÍ£¨IE ä¯ÀÀÆ÷²»Ö§³Ö£©¡£