从url下载源代码并保存到Android中的sdcard

时间:2015-01-03 13:25:25

标签: android eclipse

如何从myURL保存为文件?我想使用HttpClient并将myURL的源代码保存为文件。

myURL

URI website = new URI("http://www.example.com/example");

我的目录:

File file = new File(Environment.getExternalStorageDirectory() + "/folder/example.html");

0 个答案:

没有答案