react 中 函数bind 和箭头函数

  • 用bind形式 方便测试,含有this时候最好用bind形
  • 其他情况用箭头函数

    含有this的时候也可以用箭头函数