The useState hook takes an initial state as an argument, and it returns an array with two elements: the state and the updater function. const [ ...
確定! 回上一頁