asp的FSO之opentextfile打开文件
当前位置:点晴教程→知识管理交流
→『 技术文档交流 』
确定文件路径是否正确,然后执行下边的程序
set fso=server.CreateObject("scripting.filesystemobject") set txtfile=fso.opentextfile(server.MapPath("\")&"\file2.txt",2,true,-2) str=txtfile.ReadAll() txtfile.Close() Set fso=Nothing Set txtfile=Nothing Response.write(str) 该文章在 2011/12/24 18:18:43 编辑过
|
关键字查询
相关文章
正在查询... |