2 个回答

event不要写出来直接aaa.bind(this,options);
获取时函数的e写在最后一个aaa(options,e);

ele.addEventListener('touchmove', this.onTouchMove.bind(this))

推荐问题