//關(guān)閉窗口
function closeWindow(){
this.window.close();
}
//返回之前頁面
onclick="javascript:history.go(-1)"
//刷新頁面
window.location.reload() ;
//返回上級頁面狈茉,返回之前的頁面 并刷新頁面
<a href="javascript:history.go(-1);location.reload()">返回上一頁告抄,本地刷新</a>
//關(guān)閉窗口
function closeWindow(){
this.window.close();
}
//返回之前頁面
onclick="javascript:history.go(-1)"
//刷新頁面
window.location.reload() ;
//返回上級頁面狈茉,返回之前的頁面 并刷新頁面
<a href="javascript:history.go(-1);location.reload()">返回上一頁告抄,本地刷新</a>