仅输入数字的类型

发布于 2024-09-25 03:17:51 字数 66 浏览 0 评论 0原文

我制作了一个仅适用于数字的表单,我想在用户输入无效字母时提醒他,并删除字符或将输入框设为红色......,我该怎么做?

I made a form that works only with numbers, and I want alert the user when he type letters which are invalid alert he and delete the caracther or make the input box red ..., how can I make that?

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

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

发布评论

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

评论(1

萌能量女王 2024-10-02 03:17:51

如果您不愿意,请不要让用户输入任何其他内容。

您可以观察 onkeypress-Event 并检查 charCode。
如果它不是数字,只需返回 false

Don't let the user type anything else, if you dont want to.

You can observe the onkeypress-Event and check the charCode.
If it's not a Number, simply return false.

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