|
<%
dim myThief
city=request("city")
area=request("area")
if city="" then city="广州"
set myThief=new clsThief
myThief.src="http://php.weather.sina.com.cn/search.php?city="&city&""
myThief.steal
myThief.noReturn()
'myThief.debug '随时观察偷到的代码和显示效果
myThief.cutX"",""
myThief.change "http://image2.sina.com.cn/dy/weather/images/","images/"
myThief.change "figure/",""
myThief.change "http://php.weather.sina.com.cn/exponent.php","exponent.asp"
myThief.change "http://php.weather.sina.com.cn/search.php","index.asp"
myThief.change ".php",".asp"
myThief.change "/netcenter_news/qxyb/foreign/","foreign.asp"
myThief.change "http://weather.sina.com.cn/index.html","index.asp"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/northAmerica.html","other.asp?area=northAmerica"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/aisa.html","other.asp?area=aisa"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/europe.html","other.asp?area=europe"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/southAmerica.html","other.asp?area=southAmerica"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/africa.html","other.asp?area=africa"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/wholeNation.html","other.asp?area=wholeNation"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/northWest.html","other.asp?area=northWest"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/southWest.html","other.asp?area=southWest"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/eastOfChina.html","other.asp?area=eastOfChina"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/southOfChina.html","other.asp?area=southOfChina"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/northEast.html","other.asp?area=northEast"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/northOfChina.html","other.asp?area=northOfChina"
myThief.change "http://weather.sina.com.cn/images/figureWeather/map/oceania.html","other.asp?area=oceania"
page=myThief.value
set myThief=nothing
response.write(page)
%>
|