一个生成html的新方法
摘要:使用范例:setfso=CreateObject("Scripting.FileSystemObject")setf=fso.CreateT...
使用范例:
set fso=CreateObject("Scripting.FileSystemObject")
set f=fso.CreateTextFile( server.mappath( "" ), true )
f.WriteLine( asp2html("youpage.asp") )
f.close
set f = nothing
set fso = nothing
希望这个函数对大家有点用,由于水平有限,有错的地方请大家指出,并希望能加以改进。
【一个生成html的新方法】相关文章:
上一篇:
Frontpage排版中的三种回车符
下一篇:
HTML相对路径和绝对路径