文件名称:GetHtml.7z
文件大小:11KB
文件格式:7Z
更新时间:2014-09-09 18:40:47
android HttpURLConnection 网页 内容
在android上用HttpURLConnection获取网页内容。 在编辑框中输入网址,点击按钮后,获取编辑框中的网址,打开HttpURLConnection连接,并获取输入流,将返回的流保存为html文件,然后再用WebView将html文件显示出来。 │ .classpath │ .project │ AndroidManifest.xml │ default.properties │ proguard.cfg │ ├─res │ ├─drawable-hdpi │ │ icon.png │ │ │ ├─drawable-ldpi │ │ icon.png │ │ │ ├─drawable-mdpi │ │ icon.png │ │ │ ├─layout │ │ main.xml │ │ │ └─values │ strings.xml │ └─src └─ckl └─gethtml GetHtml.java
【文件预览】:
GetHtml
----.project(843B)
----default.properties(362B)
----proguard.cfg(1KB)
----AndroidManifest.xml(1KB)
----src()
--------ckl()
----res()
--------values()
--------layout()
--------drawable-ldpi()
--------drawable-hdpi()
--------drawable-mdpi()
----.classpath(280B)