聪明出于勤奋,天才在于积累

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2011年11月25日

摘要: 编辑器加载中...Android的三种网络联接方式1、标准Java接口:java.net.*提供相关的类//定义地址URL url = new URL("http://www.google.com/");//打开连接HttpURLConnection http = (HttpURLConnectio... 阅读全文
posted @ 2011-11-25 16:24 弩 阅读(294) 评论(0) 推荐(0) 编辑