<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title></title>
<script>
function bb(x,y)
{
alert(x);
alert(y);
setTimeout(function() {bb(x,y);},1000);
}
function aa()
{
bb( 'taiful',7 );
}
</script>
</head>
<body onload="as()">
</body>
</html>
本文来源于网络小筑 http://www.iwebtrados.com.cn/ , 原文地址:http://www.iwebtrados.com.cn/post/196.html