多项选择题

A.this指向当前调用该函数的对象
B.箭头函数会自动绑定当前作用域的this到函数内部
C.setInterval中的this,一般指向window
D.react的生命周期函数中,this指向当前组件