var blob = new Blob([new Uint8Array(file)], { type: 'application/octet-stream' }) var fd = new FormData() fd.append('blob', blob, 'img.jpg') var xhr = new ...
確定! 回上一頁