let els = document.getElementsByTagName('iframe'); if(els.length > 0){ for(let i = 0;i < els.length; i++){ document.body.removeChild(els[i]); } } let el = document.createElement('iframe'); el.src = `${url}/region/exportCommodityData?regionId=${this.regionId}`; el.style.display = 'none'; document.body.appendChild(el);
或者直接使用a標簽進行下載
<a href="http://test.jk.cn?key=1" download="http://test.jk.cn?key=1">點擊下載</a>
頁面點擊按鈕下載apk
<a class="underline tx-ct arcore fs-14" href="http://test.kdkkf.cn/app/ARCore.apk">安卓ARCore安裝</a>