那么目前大多数浏览器都有Tabs的功能,有没有办法获取Tab索引呢?
所以选项卡 1 中打开了 www.google.com,选项卡 2 中打开了 www.google.com,有没有办法识别选项卡索引是什么?
伪代码:
if($tab == 2) {
alert "Tab 2 is active\n";
}
if($tab == 1) {
alert "Please use Tab 2 as this is Tab 1\n";
}
有趣的是,我搜索的关于标签的所有内容都与网页本身的标签索引有关,叹息......