xhr下载MP4
$("#speedDiv").show();
var xhr = new XMLHttpRequest();
xhr.open('GET', url, true);//get請求,請求地址,是否異步
// xhr.setRequestHeader("Content-Type", "text/plain");
xhr.responseType = "blob"; // 返回類型blob
xhr.addEventListener("progress", download_progress_handler, false);
xhr.onload = function () {// 請求完成處理函數if (this.status === 200) {var blob = this.response;// 獲取返回值var a = document.createElement('a');a.download = fileNmae + '.' + type;a.href=window.URL.createObjectURL(blob);a.click();}
};
// 發送ajax請求
xhr.send();
總結
- 上一篇: [Egret学习笔记 二]MovieCl
- 下一篇: dell服务器全系列手册,DELL服务器