HTML设置input框只能输入数字

2021-02-02 08:13

阅读:685

标签:htm   设置   onkeyup   inpu   sel   idt   style   input   code   

通过正则,设置input只能输入数字

onkeyup="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框只能输入数字

标签:htm   设置   onkeyup   inpu   sel   idt   style   input   code   

原文地址:https://www.cnblogs.com/camg/p/13172544.html


评论


亲,登录后才可以留言!