获取 Gson 字符串的代码:
String data = Jsoup.connect("http://localhost:9000/GetJson").get().data();
来自 host:9000/GetJson 的“HTML”内容:
{"Backend":"{\"onlineGames\":{},\"games\":{}}"}
我去这个错误信息:
Unhandled content type. Must be text/*, application/xml, or application/xhtml+xml
有人可以告诉我我错在哪里:(
非常感谢。