通常我們控制返回頁面使用window.history.back() 或window.history.go(-1).但是這樣的後退方式,不並不能滿足刷新資料的需求. 解決方法window.location.href = document.referrer ##document.referrer的注意事項 ==如果目前文件不是透過超級連結存取的,則為null。 == #