Baidu 날씨 인터페이스는 매우 간단합니다

WBOY
풀어 주다: 2016-07-25 08:48:15
원래의
1177명이 탐색했습니다.
트랜스코딩이 필요한 부분은 주의하세요
바이두 ak 애플리케이션 주소: http://lbsyun.baidu.com/apiconsole/key
  1. $city="Jiaxing";
  2. $content = file_get_contents("http://api.map.baidu.com/ telematics/v3/weather?location=Jiaxing&output=json&ak=5slgyqGDENN7Sy7pw29IUvrZ");
  3. print_r(json_decode($content));
코드 복사
  1. {
  2. 오류: 0,
  3. 상태: "성공",
  4. 날짜: "2014-04-18",
  5. 결과: [
  6. {
  7. currentCity: "가흥",
  8. Weather_data: [
  9. {
  10. 날짜: "오늘(수요일)",
  11. dayPictureUrl: "http://api.map.baidu.com /images/weather/day/duoyun.png",
  12. nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
  13. 날씨: "흐림",
  14. 바람: "바람",
  15. 기온: "23℃"
  16. },
  17. {
  18. 날짜: "내일(목)",
  19. dayPictureUrl: "http:// api .map.baidu.com/images/weather/day/leizhenyu.png",
  20. nightPictureUrl: "http://api.map.baidu.com/images/weather/night/zhongyu.png",
  21. 날씨: "천둥~보통 비",
  22. 바람: "바람",
  23. 기온: "29~22℃"
  24. },
  25. {
  26. 날짜: "내일(금요일) ) ",
  27. dayPictureUrl: "http://api.map.baidu.com/images/weather/day/yin.png",
  28. nightPictureUrl: "http://api.map.baidu.com/ images /weather/night/duoyun.png",
  29. 날씨:"흐려요",
  30. 바람:"바람",
  31. 기온:"31~23℃"
  32. },
  33. {
  34. 날짜: "모레(토요일)",
  35. dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",
  36. nightPictureUrl: "http: //api.map.baidu.com/images/weather/night/duoyun.png",
  37. 날씨: "흐림",
  38. 바람: "바람",
  39. 기온: "31~ 24℃"
  40. }
  41. ]
  42. },
  43. {
  44. currentCity: "허페이시",
  45. Weather_data: [
  46. {
  47. 날짜: "오늘(수요일) ",
  48. dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",
  49. nightPictureUrl: "http://api.map.baidu.com/images /weather/ night/duoyun.png",
  50. 날씨: "흐림",
  51. 바람: "동풍 3~4",
  52. 기온: "27℃"
  53. },
  54. {
  55. 날짜: "내일(목요일)",
  56. dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",
  57. nightPictureUrl: "http: //api .map.baidu.com/images/weather/night/duoyun.png",
  58. 날씨: "흐림",
  59. 바람: "북동풍 3~4",
  60. 기온: " 35~27 ℃"
  61. },
  62. {
  63. 날짜: "모레(금요일)",
  64. dayPictureUrl: "http://api.map.baidu.com/images/weather /day/duoyun.png",
  65. nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
  66. 날씨: "흐림",
  67. 바람 : "남쪽" ,
  68. 기온: "35~27℃"
  69. },
  70. {
  71. 날짜: "내일(토요일)",
  72. dayPictureUrl: "http:// api.map.baidu.com/images/weather/day/duoyun.png",
  73. nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
  74. 날씨: "흐림" ,
  75. 바람: "동풍",
  76. 기온: "34~27℃"
  77. }
  78. ]
  79. }
  80. ]
  81. }
코드 복사


원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿