也就是实现以下javascript功能?
<script language=javascript>
//Refresh the parent window and close the current window
window.opener.location.reload();
window.close();
</script>
...全文
76回复打赏收藏
▲▲▲▲▲▲vbscript怎样实现关闭当前窗口并刷新前一个窗口?
也就是实现以下javascript功能? //Refresh the parent window and close the current window window.opener.location.reload(); window.close();