Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 IE8 中我有这个问题,当一个新选项卡通过使用链接打开时target="_blank",视图不会切换到新打开的选项卡。我知道您可以通过设置面板进行操作,但我们不能要求我们网站的用户这样做。是否有 jQuery 示例/示例可以提供帮助?
target="_blank"
删除当前页面焦点的 window.blur() 会对您有帮助吗?