input标签限制只能输入数字

    技术2022-07-11  78

    <input type="text" id="phone" name="phone" placeholder="搜索手机号"class="form-control" oninput = "value=value.replace(/[^\d]/g,'')">

     

    Processed: 0.016, SQL: 9