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