⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 10-3 键盘鼠标事件测试.htm

📁 JAVASCRIPT完全自学手册,中源码的验证修订实例
💻 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 + -