<html>
<head><title>time</title>
<script language="javascript" type="text/javascript"
<!--
function acquiretime()
{today=new date();
with(today)
{document.all.mytimer.innertext="现在时间:"+gethours()+"点"+getminutes()+"分"+getseconds+"秒";
if(gethours()>=0&&gethours()<=7)
document.all.mytimer.style.color="red";
else
document.all.mytimer.style.color="black";
}
}
//-->
</script>
</head>
<body onload="setinterval('acquiretime()',1000)">
<p id=mytimer" align="center"></p>
</body></html>
用上述语句生成网页文件后,为什么打开后没有显示!
參考答案:是可以用的 只是你写的有语病错误 很多
例如document.all.mytimer.innertext="现在时间:"+gethours()+"点"+getminutes()+"分"+getseconds+"秒";
段中就该把双引号间的改成单号