preventDefault() const data = new FormData(form.current) fetch('/api', { method: 'POST', body: data }) .then(res => res.json()) .then(json ...
確定! 回上一頁