第715天 H5如何只弹出数字键盘? [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
phygray commentedon Mar 31, 2021
input type='tel' 电话数字键
input type='number' 数字键盘(无小数点)
input type='digit' 数字键盘(有小数点)
input type='idcard' 数字键盘(无小数点有‘X’)