<div class="codetitle"> <span><a style="CURSOR: pointer" data="53633" class="copybut" id="copybut53633" onclick="doCopy('code53633')"><u>코드 복사</u></a></span> 코드는 다음과 같습니다.</div> <div class="codebody" id="code53633"> <br><script type="text/javascript"> <br> function strToDate(str, ext) { <br>if (str == null || str == '') return <br>var arys = new Array() <br>arys = str.split( '-' ); <br>var newDate = new Date(arys[0], arys[1] - 1, arys[2], 9, 0, 0) <br>if (ext) { <br>newDate = new Date (newDate.getTime() 1000 * 60 * 60 * 24); <br>} <br>return newDate <br>} <br>start="2012-02-24" <br>end= "2012-02-27"; <br>var date = new Date(); <br>var start = strToDate(start); <br>var end = strToDate(end, false); write start.toString(); <br>str="Ad1"; <br>str2="Ad2" <br>if (date > start <end) { <BR>document.write(str) ; <BR>}else{ <BR>document.write(str2); <BR></script> <br><br><br> 이는 클라이언트의 요청에 따라 결정됩니다. time , </div>start="2012-02-24"; <br>end="2012-02-27";<br>실제로는 2.24와 2.26의 이틀 안에 표시됩니다<br>데모 코드:<br><br><br> <div class="htmlarea"> <textarea id="runcode61919"> 고정된 기간의 JS 디스플레이 광고_스크립트 홈<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title> </title> <meta name="keywords" content="JS骞垮"></textarea> </div>