发布于 3年前
Input 输入框只能输入正整数
<input type="text"name="price"id="price"value=""
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
onkeyup="value=value.replace(/[^\d]/g,'')" />
<input type="text"name="price"id="price"value=""
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
onkeyup="value=value.replace(/[^\d]/g,'')" />