<input type="password" onkeypress="return event.keyCode>=48&&event.keyCode<=57||event.keyCode==46" onpaste="return !clipboardData.getData('text').match(/\D/)" ondragenter="return false" name="USER_PWD" id="USER_PWD" style="ime-mode:Disabled;width:160px" >
控制input 只输入数字
最新推荐文章于 2025-09-17 17:43:42 发布
本文介绍了一种通过HTML表单限制密码输入的方式,确保用户只能输入数字及特定符号。
1231

被折叠的 条评论
为什么被折叠?



