赞
踩
1.禁用手机软键盘
document.querySelector('input').addEventListener('focus', function(){
document.activeElement.blur();
}, false)
2.input 输入手机号
<input type="tel" placeholder="请输入手机号码"/>
input获取焦点后,弹出的是数字键盘(只有数字,九宫格)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。