js 网页跳转

 function toBooks() {    
     //在原有窗口打开
     window.location.href = "http://www.baidu.com";
     //打开新的窗口
     window.open("http://www.baidu.com");
}

 

posted @ 2020-03-04 00:38  泥土里的绽放  阅读(107)  评论(0编辑  收藏  举报