HttpClient client = new DefaultHttpClient(); URI website = new URI("網路URL"); //指定URL //指定POST模式 HttpPost request = new HttpPost();.
確定! 回上一頁