致力(li)於(yu)為(wei)國內(nei)外電子整(zheng)機廠提(ti)供二(er)極管、三(san)極管(guan)直供的服務(wu)
關注微信(xin)公眾號
`; // 下載(zai)模板(ban) window.location.xhref = uri + base64(template); }; // 輸出(chu)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); }