Html5 在手机端 input 默认弹出英文键盘

<input type="text" id="vip_number" name="vip_number" value=""  autocapitalize="on" ></input>

如果弹出数字键盘且只有输入数字

<input type="number" id="vip_number" name="vip_number" value=""   ></input>
原文地址:https://www.cnblogs.com/hailexuexi/p/13322949.html