我发个给你吧
放到页面里就能用了
<table align=center> <tr> <td> <IFRAME ID='ifm2'WIDTH='189'HEIGHT='190' 
ALIGN='CENTER'MARGINWIDTH='0'MARGINHEIGHT='0'HSPACE='0'VSPACE='0' 
FRAMEBORDER='0'SCROLLING='NO'SRC='http://weather.qq.com/inc/ss248.htm'> </IFRAME> 
</td> </tr> </table>

解决方案 »

  1.   


    <iframe src="http://weather.265.com/weather.htm" width="168" height="60" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" style=" position:absolute;top:25px;z-index:-999; "></iframe><div style="background:#ffffff; height:15px; line-height:15px; width:42px; top:59px;  position:absolute;z-index:9999">&nbsp;</div>
    放个div是为了把265.com的版权信息遮盖掉.楼主不妨碍试一下,可以自动识别地区的.
      

  2.   

    显示两个数据???楼主可以把一个天气链接采集回来,用strip_tags等函数进行处理(分割、查找、判断),得出那两个数据,然后就好办。具体是什么,看Google下有没有了,没有就自己写,分析过程是比较难的。
      

  3.   

    PHP做数据采集以两个库为主:CURL下载,Tidy解析。