<div class="codetitle"> <span><a style="CURSOR: pointer" data="94814" class="copybut" id="copybut94814" onclick="doCopy('code94814')"><u>코드 복사</u></a></span> 코드는 다음과 같습니다.</div> <div class="codebody" id="code94814"> <br>function cls_marquee(id,id1,id2,sp){ <br> this.obj_id=id; <br>this.obj_id1=id1; <br>this.speed=sp; <br>eval(this.obj_id2 ".innerHTML=" .obj_id1 " .innerHTML"); <br>function Marquee(){ <br>if(eval(id2).offsetTop-eval(id).scrollTop<=0) <BR>eval(id).scrollTop-=eval (id1) .offsetHeight <BR>else{ <BR>eval(id).scrollTop <BR>} <BR>} <BR>var MyMar=setInterval(Marquee,sp) <BR>eval(this.obj_id).onmouseover =function( ) {clearInterval(MyMar)} <BR>eval(this.obj_id).onmouseout=function() {MyMar=setInterval(Marquee,sp)} <BR>} <BR><BR> </div>하나 I 방금 작성했습니다. 작은 프로그램은 일반적으로 작성됩니다. . . . 하지만 이 인터페이스는 여전히 <BR><BR><div class="codetitle"><span><a style="CURSOR: pointer" data="86528" class="copybut" id="copybut86528" onclick="doCopy('code86528')">코드 복사<U></U></a> 코드는 다음과 같습니다.</span></div> <div class="codebody" id="code86528"><script type="text /javascript" > <br>function show() { <br>var info = document.getElementById('Text1') <br>info.value = info.value.substr(1) info.value [0]; <br>} <br>setInterval(show, 500); <br>function show1() { <br>var info1 = document.getElementById('Text2') <br>info1.value = info1. value[info1.value.length-1] info1.value.substr(0, info1.value.length-1) <br>} <br>setInterval(show1, 500) <br></script> 🎜>< input id="Text1" type="text" value="테스트에 오신 것을 환영합니다" /> <br><input id="Button1" type="button" value="Scroll"/>< ;br /> ;<BR><input id="Text2" type="text" value="베이징에 오신 것을 환영합니다" /> <br><input id="Button2" type="button" value=" Scroll" onclick= "show1()" /> <br><br> </div>