$(document).bind("visibilitychange",function(e){
  //只对tab页面切换有效

  //document.visibilityState === 'visible' OR 'hidden'
})

$(window).bind("focus",function(e){

// tab页面,浏览器和程序切换都有效果
});

相关文章:

  • 2021-09-01
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-08-18
  • 2021-06-21
猜你喜欢
  • 2021-12-15
  • 2021-07-12
  • 2021-10-29
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
相关资源
相似解决方案