标签: javascript html
I'm trying to download a file using HTML a tag
var a = document.createElement("a"); a.href = "floor.laz"; a.click();
I get this error:
浏览器开始下载后。 无论如何,当出现这样的错误时,从代码中知道了吗?