在浏览器中,如何进行当前浏览器窗口的关闭呢? <script> function close() { window.open("about:blank", "_top").close() } </script>