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

为什么代码都一样,就是跑不起来?

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title></title>

<style>

#small{

width: 200px;

height: 200px;

left: -200px;

position: relative;

background-color: red;

}

</style>

<script>

window.onload=function(){

var div1=document.getElementById('samll');

div1.onmouseover=function(){

startfun();

}

}

function startfun(){

var div1=document.getElementById('samll');

setInterval(function(){

div1.style.left=div1.offsetLeft+10+'px';

},30)

}

</script>

</head>

<body>

<div id="small"></div>

</body>

</html>


正在回答

2 回答

getElementById('samll');

small拼错了,大兄弟


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

不蒸馒头争口气 提问者

非常感谢!
2017-11-22 回复 有任何疑惑可以回复我~
#2

不蒸馒头争口气 提问者

人家是女孩纸才不是大兄弟
2017-11-22 回复 有任何疑惑可以回复我~

你名字写错了,var div1=document.getElementById('samll');你自己写的small,但是变成samll,当然不对了

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

举报

0/150
提交
取消

为什么代码都一样,就是跑不起来?

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