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