document.addEventListener("visibilitychange", function () { if (!document.hidden) { //处于当前页面 location.reload() } });