南京临江地铁站:网页中的时间

来源:百度文库 编辑:高校问答 时间:2024/05/05 08:08:16
谁能给一个显示准确时间(不是自己机器的时间)的代码?用frontpage能加入得最好。

<%=time%>这是服务器时间,
看如下网址,可以看到北京标准时间,呵呵

北京标准时间代码
<script>fstyle="color:ff0000;font-size:9pt;font-weight:normal";</script>
<iframe allowTransparency="true" src="http://time.org.cn/clock/" width=200 height=20 frameborder=0 scrolling=no></iframe>

<%=now() %>
或者<%=time()%>