欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

js 关闭窗口

shiping1 的头像
<script>
function closeSelfWindow()
{
    parent.window.opener = null;
    parent.window.open("", "_self");
    parent.window.close();
    parent.window.location.href = "";
    window.close();
 
}
</script>
普通分类: