摘要: 微信小程序的事件绑定 </h1> <div class="clear"></div> <div class="postBody"> 事件类型 tap touchstart touchmove touchcancel touchend longtap longpress transitionend a 阅读全文
posted @ 2020-12-22 17:06 旭哥到处跑 阅读(313) 评论(0) 推荐(0)
摘要: ` 最近做的项目中遇到了在箭头函数里使用this时报错的问题,把箭头函数的写法改成function()后,this的指向才达到预期。关于这个问题值得研究一下。 在箭头函数出现之前的ES5时代,this指向它的调用者。是哪个对象调用了这个属性或方法,this就指向这个对象。这有点像“我”这个人称代词, 阅读全文
posted @ 2020-12-16 17:30 旭哥到处跑 阅读(129) 评论(0) 推荐(0)