|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
缺点:正版成本价格贵(盗版就不说了)、不够安全,大多数服务器用windows系统,没有linux安全用offline下载了一些小说,放在局域网上,想用本人计划的页面显现,内容放在一个table中,假如取全体html,会无效果成绩,因而只取<body....></body>之间的,代码以下:
<%
dimfilepath
filepath=replace(Request.QueryString("tar"),chr(34),"")
filepath=Server.MapPath(filepath)
setx=server.CreateObject("Scripting.FileSystemObject")
sety=x.OpenTextFile(filepath,1,false)
result=y.readall()
y.close
sety=nothing
setx=nothing
endif
result=lcase(result)
result=mid(result,instr(result,"<body"),instr(result,"</body>"))
result=replace(result,"</body>","")
result=mid(result,instr(result,">")+1)
以下,把一切翻开文件中的毗连转换
<ahref="c.html">---><ahref="show.asp?tar=c.html">
或---><ahref="show.asp?tar=a/b/c.html">
ifinstr(request.querystring("tar"),"/")0then
dimtemp
temp=left(request.querystring("tar"),instrrev(request.querystring("tar"),"/"))
result=replace(result,"href="&chr(34),"href="&chr(34)&"show.asp?tar="&temp)
else
result=replace(result,"href="&chr(34),"href="&chr(34)&"show.asp?tar=")
endif
Response.Write"<pre>"&result&"</pre>"
%>
</p>我想详细了解ASP整站代码与PSP整站代码有什么优缺点,那个更好,更安全,更用容易维护,和管理。。。 |
|