setState doesn't actually update the state, but rather tells React to "hey, when you get around to it, do a re-render with this new state".
確定! 回上一頁