我们都知道可以在html代码中使用<a href="/go.html?url=xxxx" target="_blank"></a>这种方式来打开一个新的窗口打开一个页面,但是有很多时候,我们需要在某段js代码中去打开一个新的窗口实现页面跳转。有如下几种方法来实现这个功能。我们都知道可以在html代码中使用<a href="/go.html?url=xxxx" ta
我们都知道可以在html代码中使用<a href="/go.html?url=xxxx" target="_blank"></a>这种方式来打开一个新的窗口打开一个页面,但是有很多时候,我们需要在某段js代码中去打开一个新的窗口实现页面跳转。有如下几种方法来实现这个功能。我们都知道可以在html代码中使用<a href="/go.html?url=xxxx" ta