Android之HttpURLConnection
摘要:
1.HttpURLConnection连接URL1)创建一个URL对象 URL url = new URL(); 2)利用HttpURLConnection对象从网络中获取网页数据 HttpURLConnection conn = (HttpURLConnection) url.openConnec 阅读全文
posted @ 2016-12-07 22:14 根坤 阅读(1354) 评论(0) 推荐(2) 编辑