當前位置:首頁 > 建站常識 > 列表

ASP FSO 讀取,寫入文本

點擊:時(shí)間:2015/11/17關鍵詞:ASP FSO 讀取 寫入文本
'讀取文件Set fso = CreateObject("Scripting.FileSystemObject")Set htmlwrite=fso.OpenTextFile(server.MapPath("/inc/config.asp")) strOut=

'讀取文件
Set fso = CreateObject("Scripting.FileSystemObject")
Set htmlwrite=fso.OpenTextFile(server.MapPath("/inc/config.asp"))
strOut=htmlwrite.ReadAll
htmlwrite.close
response.write(strOut)

'request.收集文檔并生成文件
Dim txtFile,FSO,myFile,a,b,txt
a = request("config")
txtFile = Server.mapPath("/inc/config.asp")
Set FSO = createObject("Scripting.FileSystemObject")
Set myFile = FSO.createTextFile(txtfile,True)
myFile.writeLine(a) '第一次寫入
myFile.close '注意這(zhè)裏要關閉
set myFile = Nothing
預約建站
免費提供網站優化(huà)
領取關鍵詞