let formData = new FormData(); formData.append('username', 'Nico'); ... a form is constructing the entry list of the form data after the submit event.
確定! 回上一頁