Js代码:页面修改日期显示
[05-26 12:49:09] 来源:http://www.89xue.com 电脑常识 阅读:90次
摘要:显示文档最后修改日期<script language=javascript>function hi(str){document.write(document.lastModified)alert("hi"+str+"!")}</script>。
Js代码:页面修改日期显示,标签:电脑常识范文,http://www.89xue.com
显示文档最后修改日期
<script language=javascript>
function hi(str)
{
document.write(document.lastModified)
alert("hi"+str+"!")
}
</script>
Tag:电脑常识,电脑常识范文,生活常识 - 电脑常识
上一篇:怎样打印网页与打印网页的代码