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

可以展开,就是不可以收回,看了n多遍没看出哪出错了

<!DOCTYPE html>

<html>


<head>

<meta charset="utf-8" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>无解</title>

<style type="text/css">

*{

margin: 0 auto;

padding: 0;

}

#move{

width: 1000px;

height: auto;

overflow: hidden;

background-color: hotpink;

display: block;

margin: 0 auto;

}

.moke{

width: 1000px;

height: 50px;

line-height: 50px;

text-align: center;

font-size: 20px;

background-color: orchid;

}

</style>

<script type="text/javascript">

var h=0;

function addh(){

if(h<300){

h+=5;

document.getElementById("move").style.height=h+"px";

}

else{

return;

}

setTimeout(addh,30);

}

window.onload=function(){

addh();

setTiomeout(subH,5000);

}

function subh(){

if(h>0){

h-=5;

document.getElementById("move").style.height=h+"px";

}

else{

return;

document.getElementById("move").style.display="none";

}

setTimeout(subh,30);

}

</script>

</head>

<body>

<div id="move">

<h1> 好好学习天天向上</h1>

</div>

<div class="moke">好喜欢学习,才怪</div>

</body>


</html>


正在回答

3 回答

setTimeout("addh()",30),别忘记有括号

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

window.onload=function(){

addh();

setTiomeout(subH,5000);

}

改成

window.onload=function(){

addh();

setTiomeout(subh,5000);

}

。。方法区分大小写


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

setTiomeout(subH,5000);->setTimeout(subH,5000);

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

哈尔波儿 提问者

改了,但是还是收不回去
2018-08-07 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
展开与收起效果
  • 参与学习       33641    人
  • 解答问题       179    个

通过效果展示与案例分析,教您实现不同类型的展开与收起效果

进入课程

可以展开,就是不可以收回,看了n多遍没看出哪出错了

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