致力於(yu)為(wei)國(guo)內外電(dian)子(zi)整(zheng)機廠提供二(er)極管、三極管直(zhi)供的(de)服(fu)務
關注微信公(gong)眾號
`; // 下載模板(ban) window.location.xhref = uri + base64(template); }; // 輸(shu)出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); }