1. xhr.responseType = 'Blob';
https://www.html5rocks.com/en/tutorials/file/xhr2/
2. vue.http.jsonp({...})
jsonp的应该是出现在chrome -> network -> js 返回里。
1. xhr.responseType = 'Blob';
https://www.html5rocks.com/en/tutorials/file/xhr2/
2. vue.http.jsonp({...})
jsonp的应该是出现在chrome -> network -> js 返回里。
转载于:https://www.cnblogs.com/skating/p/7715062.html