window.location.href="http://example.com"; ... 當從A頁面逛到B頁面後,在B頁面執行了location.replace(C頁面) 會把當前的document從B換成C,所以當我點上一頁時就是 ...
確定! 回上一頁