摘要: 用php搭建了个简单的服务器端,然后在android中使用httpclient来调用. String httpurl="http://192.168.1.100/http/httptest.php?para=hello"; HttpGet httpGet=new HttpGet(httpurl); HttpParams httpParameters = new BasicHttpParams();// Set the timeout in milliseconds until a connection is established. HttpConnectionParams 阅读全文
posted @ 2011-05-12 13:35 garfieldtom 阅读(997) 评论(0) 推荐(0)