当前位置: 代码迷 >> 综合 >> input标签限制只能输入数字
  详细解决方案

input标签限制只能输入数字

热度:92   发布时间:2023-09-22 03:48:08.0
<input type="text" id="phone" name="phone" placeholder="搜索手机号"class="form-control" oninput = "value=value.replace(/[^\d]/g,'')">

 

  相关解决方案