leah_huang
leah_huang
  • 发布:2015-09-29 10:07
  • 更新:2015-09-29 10:07
  • 阅读:1666

为何安卓下从相册选择图片的filename指定路径没有用

分类:MUI
function galleryImg() {  
                // 从相册中选择图片  
                console.log("从相册中选择图片:");  
                plus.gallery.pick(function(path) {  
                    console.log(path);  
                    showImg(path);  
                }, function(e) {  
                    console.log("取消选择图片");  
                }, {  
                    filename: "_doc/image/head" + new Date().getTime() + ".jpg",  
                    filter: "image"  
                });  
            }
2015-09-29 10:07 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复