const formdata = new FormData() formdata.append('file', await (await fetch(fileSourceUrl)).arrayBuffer(), fileName) const headers = { 'X-TOKEN': token }
確定! 回上一頁