vue.js, reactjs 一般,使用js来下载文件。而,后段一般返回数据流。这时候,IE用Blob处理,chrome创建个超连接来处理.
s.handleBlob=function(data,fileName){
var bl
2018-05-21