如何POST一个JSON格式的数据给Restful服务

在Android/java平台上实现POST一个json数据:php JSONObject jsonObj = new JSONObject(); jsonObj.put("username", username); jsonObj.put("apikey", apikey); // Create the POST object and add the parameters HttpPost ht
相关文章
相关标签/搜索