使用useFormik hook. 透過這個hook 去管理表單的state 和一些函式。 import { useFormik } from "formik"; const SimpleForm = () => { const formik = useFormik({ ...
確定! 回上一頁