android通过google api获取天气信息示例

2019-12-10 20:06:28王旭

  } catch (MalformedURLException e) {
   e.printStackTrace();
  } catch (IOException e) {
   e.printStackTrace();
  }
  return null;
 }
}