Jquery实现网页跳转或用命令打开指定网页! location.href = "www.baidu.com"; location.href = "aa.aspx"; 在新窗口中打开链接: window.open('http://www.baidu.com');