MDN example of fetch() with FormData: const formData = new FormData(); const fileField = document.querySelector('input[type="file"]'); ...
確定! 回上一頁