摘要:
Uri.parse()中的路径String变量格式:"file://"+Sting变量String例如:"/sdcard/" + "test" + ".png" 阅读全文
posted @ 2012-02-10 17:25
藤藤蔓蔓
阅读(459)
评论(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
藤藤蔓蔓
阅读(256)
评论(0)
推荐(0)
浙公网安备 33010602011771号