【发布时间】:2015-10-27 15:56:01
【问题描述】:
我正在为一个谷歌网站开发一个小部件,我遇到了这个小问题。如果我有一个 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> 它将在浏览器内打开一个新链接,有没有办法在里面导航浏览器,而不是小部件?
【问题讨论】:
标签: html css google-sites google-widget