标签:NPU alt put har str key img bsp ring
字母e在js中属于数字,所以一般的正则匹配 \d 是拦不住字母e 的
正确写法为:
onKeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)))"
input el-input 只能输入正整数验证
原文地址:https://www.cnblogs.com/fmixue/p/10957038.html