摘要: 1. click事件 单击事件,类似于PC端的click,但在移动端中,连续click的触发有200ms ~ 300ms的延迟 2. touch类事件 触摸事件,有touchstart touchmove touchend touchcancel 四种之分 touchstart:手指触摸到屏幕会触发 阅读全文
posted @ 2019-06-11 08:54 amazingli 阅读(168) 评论(0) 推荐(0) 编辑
摘要: module.exports 初始值为一个空对象 {} exports 是指向的 module.exports 的引用 require() 返回的是 module.exports 而不是 exports 阅读全文
posted @ 2019-06-11 08:46 amazingli 阅读(103) 评论(0) 推荐(0) 编辑