window.location.href跳方法怎么设置新打开一个页面
window.open,location.href就是当前页面打开
window.open(直接写请求);
用windows.open吧
window.open(地址);