<input type="text" onkeyup="this.value=this.value.replace(/[^\-?\d.]/g,'')"/>
-限制文本框只能输入正数、小数、负数
最新推荐文章于 2023-11-10 09:40:10 发布
<input type="text" onkeyup="this.value=this.value.replace(/[^\-?\d.]/g,'')"/>