React setState漫谈(一)

一张图看懂React setState操作 网上关于react setState的结论不少,比如: setState不会立刻改变React组件中state的值; 多次setState函数调用产生的效果会合并。 但你是否真的了解setStat