复制代码代码如下:
<!doctype html public " - // w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title>定时关闭的层</title>
<meta http-equiv = "content-type" content = "text/html; charset = gb2312">
<style>
#divbox {
国境:5pxソリッド#0066cc;
背景:SkyBlue;
パディング:20px;
フォントサイズ:22px;
色:白;
}
</style>
<スクリプト言語= "javascript">
function codefans(){
var box = document.getElementById( "divbox");
box.style.display = "none";
}
setimeout( "codefans()"、3000); // 3秒
</script>
</head>
<body>
<div id = "divbox"> wwwwwwwwwwwwwwww!</div>
</body>
</html>