如何在其他浏览器中打开链接?例如:
<a href="sample.html" >click to open in firefox</a>
<a href="sample.html" >click to open in Safari</a>
<a href="sample.html" >click to open in IE</a>
<a href="sample.html" >click to open in Chrome</a>
Run Code Online (Sandbox Code Playgroud)
可能吗?
有什么想法或建议吗?
谢谢.