2020年11月5日
摘要: downloadVideo(){ let link = "https://xx.mp4" let fileName = 'xx.mp4' var x = new XMLHttpRequest(); x.open("GET", link, true); x.responseType = 'blob'; 阅读全文
posted @ 2020-11-05 14:25 仔仔爱学习 阅读(1283) 评论(0) 推荐(0)