如何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
相關文章
相關標籤/搜索