<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>网页随机跳转</title>
</head>
<body> 
<script language="javascript">
var theAds = new Array(
"http://a.com",
"http://b.com",
"http://c.com",
"http://d.com",
"http://e.com"
);
shu = theAds.length ;
sx = parseInt(Math.random() * shu );
var tanurl = theAds[sx] ;
top.location.href = tanurl;
</script>
</body>
</html>
Last modification:April 11, 2022
如果觉得我的文章对你有用,请随意赞赏