var xhr = new XMLHttpRequest(); xhr.open('GET', '/path/to/image.png', true); // Hack to pass bytes ... function sendForm() { var formData = new FormData(); ...
確定! 回上一頁