핵심 코드: 코드 복사 코드는 다음과 같습니다. <br>// <br>var step=0; <br>var _title=document.title; //웹페이지 제목 가져오기 <br>var space=''>for(var i= 0;ifunction flash_title() //핵심 함수<br>{ <br>단계 <br>if (단계==3) {단계=1} <br>if (단계==1) {document.title=space} <br>if (단계==2) {document.title=_title} <br>setTimeout( "flash_title()", 500) <br>} <br>flash_title() <br> 데모 코드: