php获取各城市72小时天气预报[中国天气网]

WBOY
Freigeben: 2016-07-25 09:07:04
Original
1794 Leute haben es durchsucht
php获取各城市72小时天气预报内容
获取各城市天气预报内容data.txt下载:http://3.ibtf.sinaapp.com/data.txt[注意网页编码]
演示地址: http://3.ibtf.sinaapp.com/?city=%E7%9F%B3%E5%AE%B6%E5%BA%84
  1. function getweather($city,$data='data.txt')//获取天气预报内容
  2. {
  3. $urlarr=unserialize(file_get_contents($data));
  4. if($urlarr[$city])
  5. {
  6. $url = $urlarr[$city];$text=$city;
  7. $lines_string = file_get_contents($url);
  8. $lines_string = explode("','',$lines_string[1]),str_replace('2-->','',$lines_string[2]),str_replace('3-->','',$lines_string_3[0]));
  9. for($i=0;$i {
  10. $tiqian=array("℃","高温","低温");$tihou=array("度","","");$nowarray=str_replace($tiqian,$tihou,strip_tags($lines_array[$i]));
  11. $datearray=explode("日",$nowarray);$wtext[$i]=trim($datearray[0])."日";//获取日期
  12. $weather=explode("白天",$nowarray);$weather=explode("夜间",$weather[1]);
  13. $baiarr=wchangearray(explode("r",$weather[0]));//白天天气
  14. $yearr=wchangearray(explode("r",$weather[1]));//夜间天气
  15. if($baiarr[0]==$yearr[0]){$wtext[$i].=$baiarr[0];}else{$wtext[$i].=$baiarr[0]."转".$yearr[0];}//将天气添加到返回值里
  16. $wtext[$i].=$baiarr[1]."到".$yearr[1];//将气温添加到返回值里
  17. if($baiarr[2]==$yearr[2]){$wtext[$i].=$baiarr[2];}else{$wtext[$i].=str_replace("风","",$baiarr[2]."转".$yearr[2]);$wtext[$i].="风";}//将风向添加到返回值里
  18. if($baiarr[3]!="微风"){$wtext[$i].=$baiarr[3];}//将风力添加到返回值
  19. }
  20. return $text.implode("",$wtext);
  21. }else{
  22. return "无法获取到该城市的天气信息!";
  23. }
  24. }
  25. function wchangearray($arr)//对数组进行键值排序
  26. {
  27. foreach($arr as $v)
  28. {if(!trim($v))continue;
  29. $value[]=trim($v);}return $value;
  30. }
复制代码


Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage