打开*秒后,自动关闭

it2022-05-09  25

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gbk" /> <title>过10秒自动关闭页面</title> <script type="text/javascript"> <!--函数--> function closeit() { setTimeout("self.close()", 3000); } <!--执行函数--> closeit(); </script> </head>

<body> </body> </html>

转载于:https://www.cnblogs.com/n666/archive/2010/11/23/2190859.html


最新回复(0)