function Button(props) { const [text, setText] = useState(""); function ... setText] = useState(""); return ( <div className="AddTodo"> <input value={text} ...
確定! 回上一頁