标签: android eclipse
如何从myURL保存为文件?我想使用HttpClient并将myURL的源代码保存为文件。
myURL
URI website = new URI("http://www.example.com/example");
我的目录:
File file = new File(Environment.getExternalStorageDirectory() + "/folder/example.html");