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.
我正在使用 Kango 框架来开发浏览器扩展。我打开一个新选项卡让用户输入一些信息。当他们提交表单时,它会关闭选项卡,但我想选择他们之前查看的选项卡。
这在 Chrome 和 Firefox 中非常简单,所以我希望它得到支持,但我找不到它的方法。
虽然他们的在线文档中没有提到它,但快速阅读代码会发现 KangoBrowserTab 对象上有一个 activate() 方法。我没有在 IE 上测试过,但在 Chrome 和 FF 上效果很好。