主题:帮忙看看这段代码什么意思,谢谢大哥大姐
dim fpath,fname,fout
fname="index.htm"
Set fso = Server.CreateObject("Scripting.FileSystemObject")
Set fout = fso.Createtextfile(server.mappath("..\"&fname),true)
fout.writeline okfile
fout.close
response.Redirect("../index.htm")
fname="index.htm"
Set fso = Server.CreateObject("Scripting.FileSystemObject")
Set fout = fso.Createtextfile(server.mappath("..\"&fname),true)
fout.writeline okfile
fout.close
response.Redirect("../index.htm")

您所在位置: