<div class="codetitle"> <span><a style="CURSOR: pointer" data="47797" class="copybut" id="copybut47797" onclick="doCopy('code47797')"><u>코드 복사</u></a></span> 코드는 다음과 같습니다.</div> <div class="codebody" id="code47797"> <br><script type="text/javascript"> <br> 함수 MathRand() <br>{ <br>var Num=""; <br>for(var i=0;i<6;i ) <BR>{ <BR>Num =Math.floor(Math .random( )*10) <BR>} <BR>document.getElementById("Lb_Random").innerText=Num; <BR>document.getElementById("Lb_Random").innerHTML=Num; >< /스크립트><br><br> </div>