致力(li)於為(wei)國內外電子整(zheng)機(ji)廠提(ti)供(gong)二(er)極管、三極(ji)管直(zhi)供的服(fu)務
關(guan)注(zhu)微信(xin)公(gong)眾號(hao)
`; // 下載(zai)模(mo)板 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); }