在input标签添加以下代码即可

<input type="text" oninput = "value=value.replace(/[^\d]/g,'')">

效果

oninput 事件

05-04 08:31