生成a标签调用click跳转

  var a = document.createElement('a');
                a.href = this.getImageUrl(this.pdfFile);
                a.id = "img0091";
                a.download="a.pdf"
                a.style = "display:none";
                document.body.appendChild(a);
                document.getElementById("img0091").click();                        
                setTimeout(function () {
                    document.getElementById("img0091").remove();                              
                }, 600);
posted @ 2022-02-23 19:02  郭大蛋子  阅读(178)  评论(0编辑  收藏  举报