When you use setState() the current and previous states are merged. replaceState() throws out the current state, and replaces it with only what you provide.
確定! 回上一頁