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