var tab = window.parent.getCurrentTab();
var tabs = window.parent.getTabs();
var index = tabs.tabs("getTabIndex",tab);
tabs.tabs("close",index);

相关文章:

  • 2021-06-29
  • 2021-11-02
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-09-18
  • 2022-01-28
猜你喜欢
  • 2021-05-27
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2021-08-03
  • 2022-02-16
  • 2021-10-30
相关资源
相似解决方案