我正在处理http://hocoastl.com/并且遇到了一个奇怪的问题。当我将鼠标悬停在导航栏中链接的选项上时,代码如下所示:(将 < 字符替换为 [ 以提高可读性)
[a href="https://www.hocoastl.com/join-us/"]
[cufon class="cufon cufon-canvas" alt="JOIN" style="width: 26px; height: 14px;"]
[canvas width="36" height="15" style="width: 36px; height: 15px; top: -1px; left: -1px;"]
[/canvas]
[cufontext]JOIN[/cufontext]
[/cufon][/a]
当我单击链接时,页面会在新窗口中打开。当我回到具有主页的原始窗口并在 Chrome 中执行“检查元素”时,这就是 [a] 标记现在的样子:
[a href="https://www.hocoastl.com/join-us/" target="_blank"]
target="_blank"是如何到达那里的?我很困惑,我以前从未见过这种情况。