append(name, data[name]); } const response = await fetch(url, { method: 'POST', body: formData }); // ... } Per this article make sure not to set the Content- ...
確定! 回上一頁