html页面跳转代码怎么写( 二 )


<meta >
5. html页面网页跳转代码 <html>
<head>
<title> page A </title>
<script type="text/javascript">
function delyLoad(){
setTimeout(function(){
window.location.href='http://www.xuexi88.com/zhishi/b.html';
},5000)
}
</script>
</head>
<body onl oad="delyLoad()">
<h1>A</h1>
</body>
</html>
【html页面跳转代码怎么写】

html页面跳转代码怎么写

文章插图