一个关于vbscript的fso问题
我建立了一个testfso.asp的文档,代码如下:<%dimfsodimsohusohu="1.htm"setfso=server.createobject("scri...
我建立了一个testfso.asp的文档,代码如下:
<%
dim fso
dim sohu
sohu="1.htm"
set fso=server.createobject("scripting.filesystemobject")
if(fso.fileexists(sohu)) then
response.write("ok")
else
response.write("no")
end if
set fso=nothing
%>
并且在同目录下建立了1.htm的文件,请问为什运行的结果是no呢?
有满意回答,我会重金酬谢! 展开
<%
dim fso
dim sohu
sohu="1.htm"
set fso=server.createobject("scripting.filesystemobject")
if(fso.fileexists(sohu)) then
response.write("ok")
else
response.write("no")
end if
set fso=nothing
%>
并且在同目录下建立了1.htm的文件,请问为什运行的结果是no呢?
有满意回答,我会重金酬谢! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询