var blob = new Blob([resp.data],{type: resp.headers('Content-Type')});
字符串
我已经尝试使用下面的代码,但无法下载到本地目录
$cordovaFile.writeFile(pathFile, fileName, contentFile, true)
.then(function(success) {
//success
}, function(error) {
alert("error in the report creation")
});
型
1条答案
按热度按时间db2dz4w81#
可以使用
cordova-plugin-file
。字符串