1. 原生 JS 语言:
绑定:addEventListener(type, function, false) 取消: removeEventListener(type, function, false)
2. jquery 语言:
绑定:bind()
取消:unbind()
1. 原生 JS 语言:
绑定:addEventListener(type, function, false) 取消: removeEventListener(type, function, false)
2. jquery 语言:
绑定:bind()
取消:unbind()
原文:https://www.cnblogs.com/ostrich-sunshine/p/8183903.html