Android使用HttpPost向服务器发送Json数据

客户端向服务器端发送数据,这里用到了两种,一种是在url中带参数,一种是json数据发送方式;java url带参数的写法:json ? 1 url+/?r=m/calendar/contact_list&uid= 3 &&subscriptionslist[pageindex]= 10 &subscriptionslist[recordlimit]= 10 从“&”符号以后一连串都是参数。服务器
相关文章
相关标签/搜索