如何在移动端内input调用手机数字键盘类型

<input type="tel" pattern="[0-9]*" name="mobile" maxlength="11" value="" placeholder="请输入您的手机号码" />
<!--input设置tel为数字类型,且maxlength="11"才会生效,且设置属性pattern="[0-9]*"时,移动端在输入框内只会调用其数字键盘-->

posted @ 2020-09-25 11:22  BGweizheng  阅读(810)  评论(0编辑  收藏  举报