ASP Close 方法

2018-09-15 21:07 更新

ASP Close 方法


TextStream 對(duì)象參考手冊(cè) 完整的 TextStream 對(duì)象參考手冊(cè)

Close 方法關(guān)閉一個(gè)打開(kāi)的 TextStream 文件。

語(yǔ)法

TextStreamObject.Close

實(shí)例

<%
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("c:\test.txt",true)
f.WriteLine("Hello World!")
f.Close
set f=nothing
set fs=nothing
%>


TextStream 對(duì)象參考手冊(cè) 完整的 TextStream 對(duì)象參考手冊(cè)
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)