02 2020 档案
摘要:下载: $http.get('/receivePDFUrl', {responseType: 'arraybuffer'}) // 设置$http get请求的responseType为arraybuffer .success(function(data){ var file = new Blob(
阅读全文
摘要:(function(w){ w.downloadBlob = function download(blob,fileName){ const url = window.URL.createObjectURL(blob); const a = document.createElement('a');
阅读全文

浙公网安备 33010602011771号