import { useState } from "react";const [todo, setTodo] = useState({ title: '', detail: '' }). We bind the value of to-do to the two input ...
確定! 回上一頁