这次改进,主要是增加了图象的获取,并提供了一个比较完整的获取远端文件的函数。具体代码如下: <? $fcont=file("http://www.bjmb.gov.cn/today.asp"); $arr=array(); for($i=0;$i<count($fcont);$i++){ $tmp=$fcont[$i]; $tmp=ereg_replace("<br>"," ",$tmp); if(!strstr(strtolower($tmp),"img")){ $tmp=trim(strip_tags($tmp)); } else { $st=ereg_replace("><",">⌒<",$tmp); $stt=split("⌒",$st); foreach($stt as $key => $value){ if(strstr($value,"img") ){ $tmp=$value; if(strstr($tmp,"bt9.jpg") |
关键词: 改进后的《自动显示天气预报》小程序(Linux与Windows环境都可以)