dom0
obj.onclick=function(){
this.onclick=null //解绑
}
funciton test(){
obj.addEventListener("click",test)
obj.removeEventListener(test)
对象需要相同