乐趣区

input禁止输入字母,汉字,特殊符号,小数点,只可以输入0-9的数字

html 代码

<input type=”text” placeholder=” 数量 ” class=”addTell” id=”robotCount” onkeyup=”this.value=this.value.replace(/[^0-9-]+/,”);”>

退出移动版