当前位置:编程学习 > asp >>

fso使用readall来获取文本的内容

<%
Set MyFileObject=Server.CreateObject("Scripting.FileSystemObject")
path=server.mappath("temp/test.htm")
Set MyTextFile=MyFileObject.OpenTextFile(path)
str=MyTextFile.readall
MyTextFile.Close
Set MyFileObject=Nothing
response.write str
%>

补充:asp教程,FSO专题
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,