vue axios post/get 请求下载文件$http({ method: 'post', url: 'url地址', data: "参数", responseType: 'blob',//服务器返回的数据类型}).then(res=>{ ...
確定! 回上一頁