📄 page.asp
字号:
<!--#include file="inc/clsThief.asp" -->
<%
'****************************************************
' 银星网天气预报程序 Power by zbzn.com
' Email: admin@sf168.net , QQ:88998132
' Web: http://www.zbzn.com , http://www.sf168.net
' 本站接受各类小偷程序定做,如有需要请QQ联系。
' Copyright (C) 2005 zbzn.com All Rights Reserved.
'****************************************************
dim myThief
city=request("city")
province=request("province")
area=request("area")
set myThief=new clsThief
myThief.src="http://www.cma.gov.cn/netcenter_news/qxyb/city/files/page.php?city="&city&"&province="&province&"&area="&area&""
myThief.steal
myThief.noReturn()
'myThief.debug '随时观察偷到的代码和显示效果
'myThief.cutX"<script language=""JavaScript"" type=""text/JavaScript"">","<!--right结束-->"
myThief.change "/images/","images/"
myThief.change "../index.php","index.asp"
page=myThief.value
set myThief=nothing
response.write(page)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -