您当前所在位置:
88好学网范文常识生活常识电脑常识Js代码:页面修改日期显示» 正文

Js代码:页面修改日期显示

[05-26 12:49:09]   来源:http://www.88haoxue.com  电脑常识   阅读:680

概要:显示文档最后修改日期<script language=javascript>function hi(str){document.write(document.lastModified)alert("hi"+str+"!")}</script>

Js代码:页面修改日期显示,标签:电脑常识大全,http://www.88haoxue.com

显示文档最后修改日期

<script language=javascript>

function hi(str)

{

document.write(document.lastModified)

alert("hi"+str+"!")

}

</script>


Tag:电脑常识电脑常识大全生活常识 - 电脑常识
》《Js代码:页面修改日期显示》相关文章