function App() { // Nothing changed here, // it's still just some local state: const [typed, setTyped] = useState(""); // A ref to the input element: const ...
確定! 回上一頁