致力(li)於為國內(nei)外(wai)電子整機廠(chang)提供二極管、三(san)極(ji)管直供(gong)的(de)服(fu)務(wu)
關注微(wei)信(xin)公眾號
`; // 下載模板 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); }