Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
比如我正在运行的页面“login.html”,上面有“是”和“否”两个按钮,你点击“否”,浏览器会自动关闭。我希望得到人们的帮助
根据您的“输入”方法,以下内容会起作用
<input type="button" value="close window" onclick="window.close()"/>
但只是为了澄清 close 方法仅关闭 JavaScript 使用 open 方法打开的窗口。如果您尝试关闭任何其他窗口,则会显示一条确认消息,要求用户出于明显的安全原因选择是否关闭该窗口