谁给我发个插入在网页上的显示时间和日期的代码
小一点的,就在网页的右上角插入,别给我发个大钟表
参考答案:1、取得电脑当前日期时间的日期时间代码:
<script language="javascript">
<!--
now = new Date()
hour = now.getHours()
{ document.write(now.toLocaleString()) }
/ -->
</script>
2、取得网上标准授时的日期时间代码:
<iframe src=";font-size:11pt" width=250 height=20 frameborder=0 scrolling=no allowTransparency=true></iframe>