$(document).ready(function(){
$("body").click(function(){
if(!event.srcElement.type)
{
     $("input").blur();
}
})
})

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2017-12-12
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-12-09
相关资源
相似解决方案