<style type="text/css">
*{margin: 0;padding: 0;}
#div1{width: 200px;height: 600px;background: red;position: relative;left: -200px;top:0;}
#div1 span{width: 20px;height: 50px;background: blue;position: absolute;top: 75px; left: 200px;}
</style>
*{margin: 0;padding: 0;}
#div1{width: 200px;height: 600px;background: red;position: relative;left: -200px;top:0;}
#div1 span{width: 20px;height: 50px;background: blue;position: absolute;top: 75px; left: 200px;}
</style>
2016-09-09
最新回答 / AssassinG
我是这样理解的,if(icur == json[attr]){ 清空定时器} 这个是只要有一个icur达到目标值就会clearInterval(),其他的icur也就无法达到目标值; 这里要实现的是只要有一个icur未达到目标值就不能清空定时器,因此要用icur != json[attr]
2016-09-08