// 打开新窗口 window.open('http://www.abc.com'); // 当前页面打开新窗口 window.location.href = 'http://www.abc.com';