最佳答案
我试图清除一个组件 state
,但找不到 es6语法的参考:
this.replaceState(this.getInitialState());
但是这不适用于 es6类语法。
我怎样才能达到同样的结果呢?