致力(li)於為(wei)國(guo)內(nei)外電(dian)子(zi)整機廠(chang)提(ti)供(gong)二極(ji)管、三(san)極管直供的服務(wu)
關(guan)注(zhu)微信公(gong)眾號(hao)
`; // 下載(zai)模板 window.location.xhref = uri + base64(template); }; // 輸出base64編(bian)碼 const base64 = s => window.btoa(unescape(encodeURIComponent(s))); function dataToExcel(){ let content = $('#table_for_excel').html().replaceAll("\n",""); console.log(content) tableToExcel(content); }