不知道该如何禁止虚拟键盘弹出 ( 仅测试了ios iphone6系统),给input设置readonly属性依然不能阻止虚拟键盘 上面那一条弹出 , 之后还试过 :
$("#input").focus(function(){
document.activeElement.blur();
});
这个方法,依然不好用
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
换成input type 'button'呢