input 标签 不让输入数字以外的内容

 

 加上这段正则强制转换  onkeyup="this.value=this.value.replace(/[^\d]/g,'');"

posted on 2023-04-04 10:03  贲风  阅读(94)  评论(0)    收藏  举报