1. 事件定义写成箭头函数的方式
    2. 绑定事件的时候 使用 bind 绑定 this
    3. 绑定事件的时候采用匿名函数的方式
    4. 在构造函数里绑定事件this

    image.png
    image.png