Android中volley获取cookie
1.获取服务器返回的cookie值,重写request中的parseNetworkResponse方法就可以了
StringRequest request= new StringRequest(Method.POST, url,
this, this) {
@Override
protected Response<String> parseNetworkResponse(