Português
将下面代码加入到你网页的标签中..... function clockon() { thistime= new Date() var horas=thistime.getHours() var minutos=thistime.getMinutes() var segundos=thistime.getSeconds() if (eval (horas) <10) {horas="0"+horas} if (eval(minutos) < 10) {minutos="0"+minutos} if (segundos < 10) {segundos="0"+segundos} desta vez = horas+":"+minutos+":"+segundos if(document.all) { bgclocknoshade.innerHTML=este horário bgclockshade.innerHTML=este horário } if(document.layers) { document.bgclockshade.document.write(''+thistime+'') documento. bgclocknoshade.document.write(' '+thistime+'') document.close() } var timer=setTimeout("clockon()",200) } file://--> 然后把改为 最后将下面代码加入到你网页的适当位置即可....