plus.gallery.pick(function(e){
plus.io.resolveLocalFileSystemURL(e, function(entry) {
mui.toast(entry.toLocalURL());
console.log(entry.toLocalURL());
document.getElementById("head-img").src = entry.toLocalURL();
document.getElementById("head-img1").src = entry;
});
},function(error){
console.log(error);
});
读取照片,把地址给img,就报错!
Not allowed to load local resource: file:///storage/emulated/0/news_article/80e890b34c1f181492a1abd5add0e7a0.jpg at http://115.28.6.7/rongyun.php/Home/Index/setting.html:0
2***@qq.com
打包后就不行了
2019-11-25 16:20