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