Java 中 httpURLconnection 的 ASCII 响应?
是否有可能将 HttpURLconnection
响应转换为 ASCII 格式?我可以有它的示例代码吗?
Any possibilities to convert the HttpURLconnection
response in ASCII? Can I have the sample code of it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
或者,更短的版本:
或者如果您的意思是用 ASCII 来编写响应,那么基本上是相同的方式:
Or, shorter version:
Or in case you meant writing response in ASCII, then it's mostly the same way:
getContent
公共对象 getContent()
抛出 IOException
getContent
public Object getContent()
throws IOException