我尝试以多种方式实现这一目标,但它们都不起作用:
<a href="url" target="_blank"/>
<a href="javascript:void(0)" onclick="window.open(url)"/>
<a href="javascript:void(0)" onclick="window.open(url,'_blank')"/>
<a href="javascript:void(0)" onclick="window.open(url,'_newtab')"/>
<a href="javascript:void(0)" onclick="window.open(url,'popup','width=640,height=480')"/>
我在这里读到这不可能在 windows phone 7 上以编程方式控制,但是我需要 windows phone 8 的解决方案。
非常感谢任何帮助。