小程序 input type number 键盘没有小数点时间:2022-01-12 03:29:47在此备注一下: <input type="digit"> number:数字键盘(无小数点)idcard:数字键盘(无小数点、有个 X 键)digit:数字键盘(有小数点) 注意:number 是无小数点的,digit 是有小数点的 .