如何使用<a> tag in JavaScript

时间:2017-05-09 14:58:45

标签: 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:

enter image description here

了解href下载是否失败

浏览器开始下载后。 无论如何,当出现这样的错误时,从代码中知道了吗?

0 个答案:

没有答案