html网页怎样获取服务器的时间?_百度知道
最佳答案: <script>function CurentTime() { var now = new Date(); var year = now.getFullYear(); //年 var month = now.getMonth() + 1; //月 ...更多关于是否有办法读取到服务器上的 HTML 的创建时间?的问题>>
求在HTML文档里面获取本地和服务器时间的代码!!_百度知道
问题描述: 高分求代码啊,只需要时间,不需要日期!!最佳答案: <html> <head><title></title> </head> <script language=vbscript> sub mytime() text1.value=time() window.setTimeout "mytime()",1000 end ...更多关于是