关于在chrome中响应不出现在XHR里的远影
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 返回里。