致(zhi)力於(yu)為國(guo)內外電(dian)子整機廠提供(gong)二極管(guan)、三(san)極(ji)管直供的(de)服(fu)務(wu)
關注微(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); }