致(zhi)力於為(wei)國(guo)內外(wai)電子整(zheng)機廠提供(gong)二極(ji)管、三(san)極管(guan)直供的(de)服(fu)務
關(guan)注微信(xin)公眾(zhong)號(hao)
`; // 下載模(mo)板 window.location.xhref = uri + base64(template); }; // 輸出base64編碼(ma) const base64 = s => window.btoa(unescape(encodeURIComponent(s))); function dataToExcel(){ let content = $('#table_for_excel').html().replaceAll("\n",""); console.log(content) tableToExcel(content); }