asp怎么样转换成html

http://www.zzsky.cn/build/content/443.htm... http://www.zzsky.cn/build/content/443.htm 展开
 我来答
5208882
2009-05-24 · TA获得超过592个赞
知道小有建树答主
回答量:616
采纳率:0%
帮助的人:711万
展开全部
<%
ID=CheckID(Request.QueryString("ID"))
session("help")=int((10-1+1)*Rnd + 1)
server.ScriptTimeout=9999
function getHTTPPage(url)
dim Http
set Http=server.createobject("MSXML2.XMLHTTP")
Http.open "GET",url,false
Http.send()
if Http.readystate<>4 then
exit function
end if
getHTTPPage=bytesToBSTR(Http.responseBody,"GB2312")
set http=nothing
if err.number<>0 then err.Clear
end function
''''''''''''''''''''''''''''''''''
Function BytesToBstr(body,Cset)
dim objstream
set objstream = Server.CreateObject("adodb.stream")
objstream.Type = 1
objstream.Mode =3
objstream.Open
objstream.Write body
objstream.Position = 0
objstream.Type = 2
objstream.Charset = Cset
BytesToBstr = objstream.ReadText
objstream.Close
set objstream = nothing
End Function

'''''''''''''''''''此处是要生成的静态页的地址''''''''''''''''''''''''''''''''''''''''''

txtURL="http://www.51wisdom.com.cn/news_con.asp?id="&id

'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

sText = getHTTPPage(txtURL)
Set FileObject=Server.CreateObject("Scripting.FileSystemObject")
filename=server.MapPath("/")&"/html/"&id&".html"

Set openFile=FileObject.OpenTextfile(filename,2,true) 'true为不存在自行建立
openFile.writeline(sText)
Set OpenFile=nothing

function checksql(kustr)

checksql=server.htmlencode(replace(replace(replace(kustr,"<>"," "),"* from "," "),"="," "))

end function
response.Write("<script language=javascript>alert('信息发布成功!');window.location.href='list.asp';</script>")
%>

参考资料: http://www.51wisdom.com.cn/

wanyujun
2009-05-24 · TA获得超过226个赞
知道小有建树答主
回答量:504
采纳率:0%
帮助的人:151万
展开全部
URL重写就可以弄成伪静态了!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式