document.addEventListener("visibilitychange", function() { console.log( document.hidden ); // Modify behavior... });
文档链接:
https://developer.mozilla.org/en-US/docs/Web/API/Document/hidden
2024-01-28 12:35:22
document.addEventListener("visibilitychange", function() { console.log( document.hidden ); // Modify behavior... });
文档链接:
https://developer.mozilla.org/en-US/docs/Web/API/Document/hidden