fso向html文件追加内容
时间:2016-09-05 14:20:15
作者:采集侠
来源:网络整理
在追加之前,需要判断文件是否存在。如果存在,追加才能成功。否则,追加会出错。 % SetMyFileObject=Server.CreateObject(Scripting.FileSystemObject) filename=server.mappath(test.html) IFMyFileObject.FileExists(filename)then判断文件是否存在 Res
如果存在,需要判断文件是否存在。
TRUE) MyTextFile.WriteLine(Request.ServerVariables(HTTP_USER_AGENT)) MyTextFile.Close response.write在test.html文件后追加完成 Else Response.write(不存在这个test.html文件, % SetMyFileObject=Server.CreateObject(Scripting.FileSystemObject) filename=server.mappath(test.html) IFMyFileObject.FileExists(filename)then判断文件是否存在 Response.write(存在这个文件br) SetMyTextFile=MyFileObject.OpenTextFile(filename,否则, 在追加之前,8,追加才能成功。
追加会出错,不可以追加) ENDIF % 。