【下载文件流 .excel .pdf .csv 图片】 原生ajax/vue/axios /window.open()
excel1.原生ajaxvarxhr=newXMLHttpRequest();xhr.open('POST',SERVER_URL+"daily/exportCsv",true);xhr.responseType="blob";//blobxhr.setRequestHeader("Authorization",token)xhr.onload=function(){if(this.status