伊谢尔伦2017-05-16 13:22:36
b頁面放這段程式碼:
window.onstorage=function(e){
location.reload();
}
a頁面代碼:
<button onclick="change()">刷新</button>
function change(){
localStorage.time=new Date().getTime();
}
ringa_lee2017-05-16 13:22:36
聽你這說法,你是用的frame框架程式碼引入的不用頁面吧。