myip.asp

来自「asp的新闻网站」· ASP 代码 · 共 20 行

ASP
20
字号
<%
'MyIp文件设置

Dim myip '保存系统根路径

myip="http:??webserver/1001night/adm/zh/news/"
dim smallPicUrl '保存小图片url
dim smallPicPhy '保存小图片物理地址

dim bigPicUrl '保存大图片url
dim bigPicPhy '保存大图片物理地址

smallPicUrl="http://webserver/1001night/adm/zh/news/up_photo/small/"
smallPicPhy="d:\1001night\adm\zh\news\up_photo\small\"

bigPicUrl="http://webserver/1001night/adm/zh/news/up_photo/big/"
bigPicPhy="d:\1001night\adm\zh\news\up_photo\big\"
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?