正文 ASP编程入门进阶(十八):FSO组件之文件操作(下) 米米素材网V管理员 /2022-07-10 / 阅读 0710 一,fso.GetFile 提取文件相应的 File 对象 1,getfile.asp % whichfile=Server.MapPath(cnbruce.txt) Set fso = CreateObject(Scripting.FileSystemObject) Set f1 = fso.CreateTextFile(whichfile,true) f1.Write (This is a test.My Name is cn
发表评论