2012年2月10日
摘要: Uri.parse()中的路径String变量格式:"file://"+Sting变量String例如:"/sdcard/" + "test" + ".png" 阅读全文
posted @ 2012-02-10 17:25 藤藤蔓蔓 阅读(450) 评论(0) 推荐(0) 编辑
摘要: try { //保存路径 p = "/sdcard/" + "test" + ".png"; //创建文件 f = new File(p); f.createNewFile(); FileOutputStream fOut = null; try { fOut = new FileO... 阅读全文
posted @ 2012-02-10 17:19 藤藤蔓蔓 阅读(249) 评论(0) 推荐(0) 编辑