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.
我需要使用 javaScript 在 iPad Safari 上打开一个新的浏览器选项卡,我尝试了 window.open() 但它不起作用,我正在使用 iPad 2 和 iOS 5.1,任何帮助将不胜感激
我认为您不能仅使用该window.open方法直接控制在新选项卡中打开新窗口;但是,您可以有一个带有属性的隐藏链接target="_blank",然后在该锚点上使用 JavaScript 模拟单击事件。
window.open
target="_blank"