为了账号安全,请及时绑定邮箱和手机立即绑定

请问为什么无法跳转页面

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>loading</title>

<style type="text/css">

.loading{

width:100%;

height:100%;

position:fixed;

top:0;

left:0;

background: rgb(255, 255, 255);

z-index:100;

}

#pic{

width:100px;

height:100px;

border:0 solid;

background:url('1.gif') no-repeat fixed center;

position:absolute;

top:0; bottom:0;left:0;right:0;

margin:auto;

}

</style>

<script src="js/jquery-1.11.3.min.js"></script>

<script>

ducument.onreadystatechange=function(){

if(console.document.readyState=="complete"){

$(".loading").fadeOut();

}

}

</script>

</head>

<body>

<div class="loading">

<div id="pic"></div>

</div>

<img src="http://p2.so.qhimgs1.com/t013f4b1dd6267d6c6e.jpg">

<img src="http://p2.so.qhimgs1.com/t013f4b1dd6267d6c6e.jpg">

<img src="http://p2.so.qhimgs1.com/t013f4b1dd6267d6c6e.jpg">


<img src="http://p2.so.qhimgs1.com/t013f4b1dd6267d6c6e.jpg">


</body>

</html>



正在回答

1 回答

ducument.onreadystatechange=function(){if(document.readyState=="complate"){$(".loading").fadeOut();}}

你代码写错了, 而且complate你也拼错了吧

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请问为什么无法跳转页面

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信