asp的FSO之opentextfile打開文件
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
確定文件路徑是否正確,然后執(zhí)行下邊的程序
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 編輯過
|
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |