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