赞
踩
记录一下个人出现的问题:在Googlel浏览器中不进行跳转:错误的写法:window.location.href("https://www.baidu.com"); // 这样不跳转正确的写法window.location='https://www.baidu.com'; // 这样跳转