JSON 类型不匹配或 org.json.jsonecxeption
本文介绍了JSON 类型不匹配或 org.json.jsonecxeption的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
链接是http://iipacademy.in/askpoll/ten_feed.php
异常在 onPostExecute() 方法中(第 4 行):
exception is in onPostExecute() method (4th line) :
逻辑猫:
Message 是一个数组,那么它的代码应该是什么或者如何解决?
Message is an array so what should be its code or how to can it be solved ?
谢谢在进步 ...
推荐答案
看起来响应是一个字符串而不是一个 json 数组
Looks like response is a string not a json array
结果是一个json对象而不是json数组
The result is a json object not json array
应该
这篇关于JSON 类型不匹配或 org.json.jsonecxeption的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!