httpclent中httpget如何编码? 因为我做的get方式提交,提交的内容都是乱码,如果是post方式,可以UrlEncodedFormEntity params = new UrlEncodedFormEntity(qparams, "UTF-8"……