Close window without alert

Close window without alert
<script> 
setTimeout(
"window.opener=null;window.close();",20
</script> 
原文地址:https://www.cnblogs.com/archmaster/p/87437.html