window.open

 window.open 重定向是会被浏览器拦截的,我选择的方法是 const newWindow = window.open("_target"); newWindow.location.href = "https://www.baidu.com"

posted @ 2019-07-08 19:13  杰尼龟2号  阅读(192)  评论(0编辑  收藏  举报