这是记录在案的行为,因为
getContentEncoding()指定了该方法以返回
Content-EncodingHTTP标头的内容,该示例中未设置。您可以使用该
getContentType()方法自行解析生成的String,或者可以使用更高级的HTTP客户端库,例如Apache 的库。

这是记录在案的行为,因为
getContentEncoding()指定了该方法以返回
Content-EncodingHTTP标头的内容,该示例中未设置。您可以使用该
getContentType()方法自行解析生成的String,或者可以使用更高级的HTTP客户端库,例如Apache 的库。