标签:oca location log list style fresh window ges 跳转
1 fresh(); 2 function fresh() { 3 let isPageHide = false; 4 window.addEventListener(‘pageshow‘, function () { 5 if (isPageHide) { 6 window.location.reload(); 7 } 8 }); 9 window.addEventListener(‘pagehide‘, function () { 10 isPageHide = true; 11 }); 12 }
标签:oca location log list style fresh window ges 跳转
原文地址:http://www.cnblogs.com/mxhei/p/7111899.html