HTML设置input框只能输入数字
2021-02-02 08:13
标签:htm 设置 onkeyup inpu sel idt style input code 通过正则,设置input只能输入数字 代码如下 HTML设置input框只能输入数字 标签:htm 设置 onkeyup inpu sel idt style input code 原文地址:https://www.cnblogs.com/camg/p/13172544.htmlonkeyup="this.value=this.value.replace(/\D/g,‘‘)"
tr class="b">
td width="20%">價格td>
td>
input class="input" type="text" onkeyup="this.value=this.value.replace(/\D/g,‘‘)" name="atc_money" value=‘$threads_buy_price‘ $htmlcolor $htmlsell>
td>
tr>
文章标题:HTML设置input框只能输入数字
文章链接:http://soscw.com/index.php/essay/49873.html