IT'S DO
728x90
<script>
var timeInterval = setInterval ( function ()
{
console . log ( "2초 시간마다 계속 실행됩니다." );
}, 2000 );
setTimeout ( function ()
{
clearTimeout (timeInterval);
}, 5000 );
</script>
profile

IT'S DO

@멋진놈

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!