responseType='blob'; xhr.onloadend = async function(e) { if (xhr.status == 200) { var reader = new FileReader(); reader.onloadend = async ...
確定! 回上一頁