Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 android 编程新手,我的问题是请求 web ,然后webservice接收响应。当我将响应字段转换为时,它会显示错误,例如未完全从 web 服务接收到的值。谁能帮我解决这个问题。byte[]Bitmap
webservice
byte[]
Bitmap
提前致谢
SoapObject 响应 = (SoapObject)envelope.bodyIn; 字符串结果 = response.getProperty(0).toString();
使用此代码。