const useTimedState = (initialState, duration) => { const [state, setState] = setState(initialState); useEffect(() => { if (typeof state ...
確定! 回上一頁