点击一个链接,在新窗口打开

在<A标签中加上 target='_BLANK'即可,如下例:
<a href="url" target="_blank">文本</a>
另外target还有两个参数:
分别是_self和_top,其中:
_self 在当前窗口中打开,_top 在当前窗口上方打开。

原文地址:https://www.cnblogs.com/haoshine/p/5587446.html