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