index.html
<a href="c.html" target="_blank">ddddddddd</a>
c.html
<a href="javascript:window.open('','_parent','');window.close();">Close Window</a>
本文展示了HTML中使用<a>元素创建链接到其他页面及使用JavaScript关闭当前窗口的方法。
index.html
<a href="c.html" target="_blank">ddddddddd</a>
c.html
<a href="javascript:window.open('','_parent','');window.close();">Close Window</a>

被折叠的 条评论
为什么被折叠?