【发布时间】:2011-03-31 14:16:10
【问题描述】:
{
"Generalinfor": {
"type": "Response",
"name": "abcde",
"ver": "3.0.0"
},
"Login": {
"errorCode": "001",
"errorMsg": "Login Failed - Missing of Password",
"userID": "0",
"versionAvail": "",
"versionDownloadMsg": "can't login "
}
}
我在logcat 上从我的网络服务器收到json 格式的响应。现在我想将其转换为字符串并在模拟器上显示此图像。我怎样才能做到这一点?
请指导我提供任何提示或示例代码。
【问题讨论】: