前端js实现页面跳转:在新页面中打开 云博小周宇2024年5月5日2023年8月4日1 Min Read const w = window.open(‘about:blank‘);w.location.href = ‘index.html‘;