从 android 应用程序响应时间发送 php 查询到服务器
用的下面的代码:String url=String.format("http://xxxxxxx/xxx/index.php?home=yes&pid=%s", pid); // Create a new HttpClient and Post Header HttpClient httpclient = new DefaultHttpClient();HttpPost httppost = new HttpPost(url);try { ResponseHandler ...