HttpClient httpClient = new DefaultHttpClient(); String url = "***"; HttpPost httpPost = new HttpPost(url); HttpResponse response; httpPost.
確定! 回上一頁