用户名: 密码: 企业 个人
当前位置:89学习网范文文章生活常识电脑常识Js代码:页面修改日期显示» 正文

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:电脑常识电脑常识范文生活常识 - 电脑常识