以下官方对setState的解释怎么理解呢?和多个state顺序改变有什么关系呀
"It's also possible to pass a function with the signature function(state, props) => newState. This enqueues an atomic update that consults the previous value of state and props before setting any values. For instance, suppose we wanted to increment a value in state by props.step:"