摘要:
```js function Animator(duration, progress) { this.duration = duration; this.progress = progress; this.next = true; } Animator.prototype = { constructor: Animator, start: function ... 阅读全文
posted @ 2018-12-20 16:48
大西瓜的一片净土
阅读(373)
评论(0)
推荐(0)