摘要: Java代码 使用了 httpclient包1.public String getGoogleLocation() throws ClientProtocolException, IOException 2. { 3. URIBuilder builder = new URIBuilder(); 4. builder.setScheme("http").setHost("maps.googleapis.com").setPath("/maps/api/geocode/xml") 5. .setParameter("addre 阅读全文
posted @ 2013-06-14 21:58 依旧在路上 阅读(429) 评论(0) 推荐(0)