2
tìm nạp bài đăng với dữ liệu biểu mẫu nhiều phần
Tôi đang tìm nạp một URL như thế này: fetch(url, { mode: 'no-cors', method: method || null, headers: { 'Accept': 'application/json, application/xml, text/plain, text/html, *.*', 'Content-Type': 'multipart/form-data' }, body: JSON.stringify(data) || null, }).then(function(response) { console.log(response.status) console.log("response"); console.log(response) }) API của tôi mong muốn dữ liệu là của multipart/form-datanên tôi đang …