var reader = new FileReader();. reader.onloadend = function () {. callback(reader.result);. } reader.readAsDataURL(xhr.response);. };.
確定! 回上一頁