设置http header: conn.setRequestProperty(“Accept-Charset”, “utf-8”); conn.setRequestProperty(“ContentType”, “utf-8”); value值使用URLEncoder编码 URLEncoder.encode(entry.getValue(),”utf-8”)