从文件路径获取Uri

File file = new File(路径);
Uri fileUri = Uri.fromFile(file);

评论

此博客中的热门博文

Delegate

LLVM相关技术文章收集

viewWillAppear不执行的解决办法