1

我正在为一个谷歌网站开发一个小部件,我遇到了这个小问题。如果我有一个 html 链接<a href="http://www.dw-picture.com/" style="color: white; text-decoration: none;">Home&nbsp;</a>并且用户单击该链接,它将在小部件本身内打开,但如果我的 html 是<a href="http://www.dw-picture.com/" target="_blank" style="color: white; text-decoration: none;">Home&nbsp;</a>它将在浏览器内打开一个新链接,有没有办法在浏览器内导航,而不是小部件?

4

1 回答 1

1

使用target="_parent"将解决问题。

于 2015-08-05T03:30:05.063 回答