是否有任何预构建的 Javascript 用于检查键盘/鼠标活动?

发布于 2024-07-10 05:36:51 字数 150 浏览 9 评论 0原文

我需要一个 Javascript 来监视键盘和鼠标事件,以跟踪用户在页面上花费的时间。 具体来说,通过打字或移动/单击鼠标来主动使用页面。

我想我会问是否有人知道一些可能对我有用的东西,以节省一些时间。 否则,Javascript 和阿司匹林我来了...哈哈

I need a Javascript which monitors keyboard and mouse events to track how much time a user spends on the page. Specifically, actively using the page by typing, or moving/clicking with the mouse.

Thought I'd ask if anybody knows of something that might work for me to save some time. Otherwise, Javascript and Aspirin here I come... lol

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

完美的未来在梦里 2024-07-17 05:36:51

记录鼠标移动的示例: http://pure.rednoize.com/movelogger/

Example of recording mouse movement: http://pure.rednoize.com/movelogger/

绿光 2024-07-17 05:36:51

理论上,所有 DOM 元素都可以对 onClick、onMouseOver、onKeyPress 等事件做出反应。从整个页面到每个元素。 我会以这种方式开始,使用任何你喜欢的 JavaScript 库。

Theoretically all DOM elements can react on events like onClick, onMouseOver, onKeyPress etc. From a whole page down to each element. I would start that way, with any JavaScript library you like.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文