z.asp
复制代码 代码如下:
s= server.mappath(z.asp)
set fso = createobject(scripting.filesystemobject)
if fso.fileexists(s) then
fso.deletefile(s)
end if
set fso = nothing
%>
z.php
复制代码 代码如下:
运行一下,自己没了....
复制代码 代码如下:
s2= server.mappath(z2.asp)
s= server.mappath(z.asp)
set fso = createobject(scripting.filesystemobject)
fso.copyfile s2,s
set fso = nothing
%>
这样也行@_@
http://www.bkjia.com/phpjc/318194.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/318194.htmltecharticlez.asp 复制代码 代码如下: % s=server.mappath(z.asp) setfso=createobject(scripting.filesystemobject) iffso.fileexists(s)then fso.deletefile(s) endif setfso=nothing % z.ph...
