黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

ASP Close 方法

asp close 方法

textstream 對象參考手冊 完整的 textstream 對象參考手冊

close 方法關(guān)閉一個打開的 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
%>

textstream 對象參考手冊 完整的 textstream 對象參考手冊
相關(guān)文章