问题描述
- webservice android
- android 调用webservice 时 返回list 集合 如何转换成string【】数组啊?
解决方案
你返回json数组,可以用自带的JSONObject解析,也可以用谷歌的gson直接转成类对象
解决方案二:
在Android中调用WebService
在Android中调用WebService
android 调用webservice
解决方案三:
返回list 集合想要转换成 string[],就必须知道 list 集合的具体信息,然后遍历所有 list
解决方案四:
http://m.blog.csdn.net/blog/iamws/25430745
解决方案五:
你可以用正则表达式直接matches转换为string[]。或者用list添加,最后转array
解决方案六:
for循环list ,把list的值赋给String【】
解决方案七:
直接返回json不就行了,返个List集合干啥. 多不方便
解决方案八:
返回json, 存入数组中就好
时间: 2024-09-30 13:46:50