function App() { const [value, setValue] = useState<number>(0); useEffect(() => { const timer: NodeJS.Timeout = setInterval(() => {
確定! 回上一頁