$('#t').on("focus",function(){
  document.activeElement.blur();//屏蔽默认键盘弹出;
});

 

相关文章: