0

我有一个带有链接的svg,例如

<a xlink:href="http://example.com" target="_self"></a>

知道为什么链接作为 iframe 打开而不是像普通的 _self 目标一样打开吗?在我所在的同一窗口中打开链接?

4

1 回答 1

0

找到了答案

使用 _parent 可以做到这样

<a xlink:href="http://example.com" target="_parent"></a>
于 2016-09-30T06:14:28.153 回答