let $form = $('#update_products'); $form.on('submit', function (event) { event.preventDefault(); let formData = new FormData($form[0]);
確定! 回上一頁