摘要: 1 //获取外部存储路径 api 29以下可以用这种方式在根目录 创建文件夹 2 String storage = Environment.getExternalStorageDirectory().getPath() + "/register"; 3 File dirFile = new File 阅读全文
posted @ 2020-06-11 11:40 噜噜噜小当家 阅读(2161) 评论(0) 推荐(0)