推荐一些不错的电子书:[url]http://www.memeshu.com[/url]
String url="http://www.memeshu.com";
String userid="123";
String password="123"
PostMethod method = new PostMethod(url);
NameValuePair userid = new NameValuePair("userid",userid);
NameValuePair password = new NameValuePair("pass",password);
method.setRequestBody(new NameValuePair[] {userid, password});
String url="http://www.memeshu.com";
String userid="123";
String password="123"
PostMethod method = new PostMethod(url);
NameValuePair userid = new NameValuePair("userid",userid);
NameValuePair password = new NameValuePair("pass",password);
method.setRequestBody(new NameValuePair[] {userid, password});