頁面點擊按鈕下載excel(原生js)


          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>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM