?? 10-3 鍵盤鼠標事件測試.htm
字號:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=GB2312" />
<title>10-3 鍵盤鼠標事件測試</title>
</head>
<body style="overflow:auto;">
<textarea cols="50" rows="10" onmousedown="this.value+='\r\n'+event.type"
onmouseup="this.value+='\r\n'+event.type"
onmouseover="this.value+='\r\n'+event.type"
onmouseout="this.value+='\r\n'+event.type"
onkeydown="this.value+='\r\n'+event.type;"
onkeyup="this.value+='\r\n'+event.type"
onkeypress="this.value+='\r\n'+event.type">
</textarea>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -