const w = window.open("about:blank");
w.location.href = "";
使用window.location.href打开新窗口
于 2023-02-20 16:05:01 首次发布
const w = window.open("about:blank");
w.location.href = "";