Skip to content

如何关闭一个由window.open打开的窗口?

在JavaScript中,可以通过调用window.close()方法来关闭一个由window.open()方法打开的窗口。以下是一个简单的示例:

Released under the ISC License.