set f = fso.OpenTextFile(server.MapPath(文件路径))
if not f.atendofstrea">

ASP读取文本并在特定的字符后面写入一段字符串

80酷酷网    80kuku.com

  ASP读取一个文本文件,然后在特定的字符后面写入一段字符串的示例代码: set fso=CreateObject("Scripting.FileSystemObject")
set f = fso.OpenTextFile(server.MapPath(文件路径))
if not f.atendofstream then
      content=f.ReadAll
else
      content=""
end if
f.close
set f=nothing
内容保存在content中.











分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: