摘要: 一、原生JavaScript解决 function openUrl(url) { const newTab = window.open(); newTab.opener = null; newTab.location = url;} 二、a标签 rel=... 阅读全文
posted @ 2020-06-19 09:11 dearyang 阅读(43) 评论(0) 推荐(0)