注册 登录
编程论坛 新人交流区

ASP中opentextfile用法

wswyyss 发布于 2007-11-21 00:13, 1090 次点击

opentextfile用法

<% dim a,b
set a=server.createobject("scripting.filesystemobject")
set b=a.opentextfile(server.MapPath("haha.txt"),2)
b.write(wajjjjjjjjjngyi)
%>

高手帮我看看吧,这段有什么问题
0 回复
1