김영훈 2023.10.06 15:28 조회 수 : 407
setInterval(function() { location.reload(); }, 60000);
setInterval(() => { location.reload(); }, 60000);