📅  最后修改于: 2022-03-11 15:03:42.032000             🧑  作者: Mango
//think if you are adding your submit handler function in the submit button
//or into the form itself
const handler = () => {
e.preventDefault();
}