- 오늘 해야할 일 다운로드 기능 구현 영문 번역 진행 - 오늘 수정사항 영문 번역 진행. 다운로드 기능 구현 - 오늘 진행사항 - 오늘의 코드 }) .then((res) => { const down = res.data.data.download; let a = document.createElement('a') a.href = down; a.download = down; document.body.appendChild(a) a.click() document.body.removeChild(a) }) .then((res) => { sessionStorage.removeItem( "stock_code", "comp", "start_date", "end_date" ); alert("요청하신 메일로 정상 발송되었습니..