麻烦看一下这段代码为什么出不了结果

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>JS试验</title>
<style type="text/css">
*{margin:0;padding:0;}
img{margin:50px;}
</style>
<script type="text/javascript" >
  function over(){
    var imgLeft=img.offsetLeft;
    var speed=10;
    if(imgLeft<1000){
      img.style.left+=speed+'px';
      setTimeout(over,50);    
    }
  }

</script>

</head>

<body>
<img src="../../../收藏的picture/animals/lovely cats/1.jpg" style="position:absolute"/>

<input type="button" value="开始" onClick="over()"/>


</body>
</html>

weibo_一光年_sunshi_03642119
浏览 1871回答 5
5回答

echo_kinchao

放进浏览器后,浏览器报错img没有定义你看看是不是Js的编写出现了问题

weibo_一光年_sunshi_03642119

我想知道的是这样的错误在哪里
打开App,查看更多内容
随时随地看视频慕课网APP