<input type="tel" name="num" value="1" maxlength="8" autocomplete="off" class="amount_text fw c_fff"/>  

 

类型是  tel  类型,

    autocomplete="off" 是关闭 缓存。

 maxlength="8"   是限制 输入的 数字的个数。



相关文章:

  • 2021-09-23
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案