.
.
.
if not isnull(wz) then
set fs=CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile( server.mappath(wz), true )‘提示写的这行的server.mappath这里有问题
f.WriteLine( asp2html )’这是我的一个变量
f.close
set f = nothing
set fs = nothing
end if
end sub
.
.
.
if not isnull(wz) then
set fs=CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile( server.mappath(wz), true )‘提示写的这行的server.mappath这里有问题
f.WriteLine( asp2html )’这是我的一个变量
f.close
set f = nothing
set fs = nothing
end if
end sub