CunxinZhang

Results 3 comments of CunxinZhang

```javascript doucument.body.innerHTML="aaa"+"bbb"+"ccc"; for(var i=1;i

文中还有例子有些小问题,

scrollEnd 事件我可以捕获到,但是为啥拿不到{x: '', y: ''}对象? ```js this.scroller.on('scrollEnd', x => { console.log(x) }) ``` ``` output: undefined ```