随笔分类 -  笔记

笔记
摘要:GET: 1 public static String loginByGet(String username,String password){ 2 try { 3 //定义路径 4 String path="http://192.168.1.102:8084/androidServer/loginServlet?username=" 5 +URLEncoder.encode(URLEncoder.encode(username,"UTF-8"), "UTF-8")+"&password="... 阅读全文
posted @ 2013-11-07 22:22 忘语 阅读(707) 评论(0) 推荐(0)