使input框只能输入数字
<input type="text" id="class_rate_percent" class="wsinput" value="" onkeyup="value=value.replace(/[^\d]/g,'')"/>```
<input type="text" id="class_rate_percent" class="wsinput" value="" onkeyup="value=value.replace(/[^\d.]/g,'')"/>![在这里插入图片描述](https://img-blog.csdnimg.cn/8771d8f59156483d91b63235cfc404b3.png)