假设关闭的页面刷新打开它的页面<body onunload="refresh()"><script>
function refresh()
{
 window.opener.location=window.opener.location;
}
</script>