//以下方法僅供參考1、返回上一頁,不刷新history.html window.history.go(-1); javascript:window.history.go(-1) 2、返回上一頁並刷新頁面 avascript:location.replace(this.href);event.returnValue=false; 3、返回上一頁並刷新 self.location=document.referrer 4、返回上一頁面刷新的是自己 javascript:document.parentWindow.location.reload();