摘要: 一.使用HttpURLConnection提交数据 "get"请求 代码: String path = "http://地址?数据1名字=" + URLEncoder.encode(数据1,"utf-8") + "&数据2名字=" +URLEncoder.encode(数据2,"utf-8"); U 阅读全文
posted @ 2016-10-14 21:06 独孤雪 阅读(5561) 评论(0) 推荐(0)