how to open in new window

后端 未结 3 1932
别跟我提以往
别跟我提以往 2020-12-19 14:45

i have another problem :( this is my script



        
3条回答
  •  不知归路
    2020-12-19 15:17

    Try window.open. This will open a new window:

    window.open("http://www.google.com");
    

    See also:

    • MDN: window.open usability issues

提交回复
热议问题