µ±Ç°Î»Ö㺠´úÂëÃÔ >> JavaScript >> firefoxչʾjsϵͳʱ¼ä
  Ïêϸ½â¾ö·½°¸

firefoxչʾjsϵͳʱ¼ä

Èȶȣº121   ·¢²¼Ê±¼ä£º2012-11-08 08:48:11.0
firefoxÏÔʾjsϵͳʱ¼ä

ÍøÒ³Ó¦ÓÃϵͳÏÔʾϵͳʱ¼ä.ÔÚZKÖÐ:

 <html><![CDATA[  
	<span id="jnkc" class="STYLE1" style="font-size:12px;color:#FFF;font-weight:bold;">  
	<script>setInterval("jnkc.innerHTML=new Date().toLocaleString()+' ÐÇÆÚ'+'ÈÕÒ»¶þÈýËÄÎåÁù'.charAt (new Date().getDay());",1000);</script> 
	</span>
 ]]></html>
	    

?µ«ÊÇÕâ¶Î´úÂëÔÚfirefoxÖÐÏÔʾ²»³öÀ´,ÔÚÍøÉÏËѵ½Á˽â¾ö·½·¨:À´×Ôhttp://chinamsdn.iteye.com

?

    <head>  
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />  
    <title>¼æÈÝFireFoxµÄµ±Ç°Ê±¼äµÄJS½Å±¾</title>  
    </head>  
      
    <body>  
    <DIV id=time>µ±Ç°Ê±¼ä  
   <SCRIPT>document.getElementById('time').innerHTML=new Date().toLocaleString()+' ÐÇÆÚ'+'ÈÕÒ»¶þÈýËÄÎåÁù'.charAt(new Date().getDay());setInterval("document.getElementById('time').innerHTML=new Date().toLocaleString()+' ÐÇÆÚ'+'ÈÕÒ»¶þÈýËÄÎåÁù'.charAt(new Date().getDay());",1000);</SCRIPT>  
    </DIV>  
   </body>  
  </html>  

?

  Ïà¹Ø½â¾ö·½°¸