<!doctype html ">
<head>
<meta charset="uttf-8">
<title> new document </title>
</head>
<body>
<input type="button" value="button" onClick="close()">
</body>
<script type="text/javascript">
var times;
var fn=function(){
alert("java");
times=setTimeout(fn,2000);
};
var close=function(){
clearTimeout(times);
}
fn();
</script>
</html>
浏览器提示的错误HTML 文档使用 meta 标签声明了一个不支持的字符编码。该声明被忽略。
改了还是不行关闭不了
stone310
Tobey_滔
相关分类