如何使用 HttpClient 获取搜索结果是我的代码
HttpGet httpGetRequest = new HttpGet("http://www.google.com/search/?q=my_query");
但它给了我回应
HTTP/1.1 404 Not Found
请给我一些帮助。谢谢你。
如何使用 HttpClient 获取搜索结果是我的代码
HttpGet httpGetRequest = new HttpGet("http://www.google.com/search/?q=my_query");
但它给了我回应
HTTP/1.1 404 Not Found
请给我一些帮助。谢谢你。