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