no message

This commit is contained in:
xiaoronghao
2023-04-17 16:19:01 +08:00
parent 34d052255f
commit 808baf798b
7 changed files with 4 additions and 17 deletions

View File

@@ -1,6 +1,5 @@
// a标签 跳转 isblank 代表跳转新标签
function skipUrl(url, isblank = true) {
console.log();
let aTab = document.createElement("a");
document.body.appendChild(aTab);
aTab.setAttribute("href", url);