本文介绍了双倍Android上ksoap2?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我如何双重属性添加到ksoap2请求?

How do I add a double property to a ksoap2 request?

request.addProperty("doubleProperty", 1.0);

有在网络上没有很好的和明确的答案。

There are no nice and clear answers on the web.

推荐答案

为了送双重价值,你需要使用封送处理概念的请求参数。

In order to send the double value as a request parameter you need to use Marshaling concept.

看一看这个

我也发现这个是有用的。

尝试使用Google的更多信息的编组概念

Try googling for more info on the Marshaling concept

所有最优秀的

干杯

这篇关于双倍Android上ksoap2?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 19:02