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