victor_Leem
victor_Leem
  • 发布:2023-06-20 20:50
  • 更新:2023-06-20 20:50
  • 阅读:1031

html5plus 5+App里的plus.io.chooseFile()返回的路径为 content;://xxxx,该路径怎么转换成真实路径

分类:HTML5+

plus.io.chooseFile(
{ multiple: false },
function (e) {
var srcPath = e.files[0];
console.log("plus srcPath", e);

    },  
    function (e) {  
      console.log("选择文件失败:" + JSON.stringify(e));  
    }  
  );
2023-06-20 20:50 负责人:无 分享
已邀请:

要回复问题请先登录注册