有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!


共 (1) 个答案

  1. # 1 楼答案

    这在javascript中是可能的

    //You can open new tab like this
    var openedTab = window.open('Your URL', '_blank');
    
    //You can return that tab like this
    openedTab.focus();