<input type="number" pattern="[0-9]*" />
如上所示,在安卓端设置input类型为number,可限制键盘只输入数字,在ios端,要加入pattern验证输入字段的模式,才能限制数字输入。