Javascript onkeypress 删除或点
有什么办法可以查出用户是否按下了删除键或点? 它在 FireFox 中具有相同的键码。
Is there any way to find out if the user pressed the delete key or dot? It has the same keycode in FireFox.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是关于键盘事件时浏览器行为的一个很好的概述:
JavaScript 疯狂:键盘事件 < em>(也是最近的:2008 年 7 月 7 日)
向下滚动到“3.2. 角色事件返回的值”,有一个表格显示不同浏览器的操作。
底线是:这取决于情况。
Here is a nice overview regarding browser behavior when it comes to keyboard events:
JavaScript Madness: Keyboard Events (it's quite recent, too: July 7, 2008)
Scroll down to to "3.2. Values Returned on Character Events", there is a table showing what different browsers do.
Bottom line is: It depends.
根据 检测击键,这是可能的,前提是:
According to Detecting keystrokes, it is possible, provided that: