? このドキュメントでは、 php中國(guó)語(yǔ)ネットマニュアル リリース
Close 方法關(guān)閉一個(gè)打開的 TextStream 文件。
TextStreamObject.Close
<% 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 %>