摘要: function animate(obj, target, callback) { clearInterval(obj.times); obj.times = setInterval(function() { var step = (target - obj.offsetLeft) / 10; st 阅读全文
posted @ 2021-09-16 12:31 脆 阅读(27) 评论(0) 推荐(0)