?? del_img.asp
字號:
<!--#include file="../conn2.asp" -->
<!--#include file="set.asp"-->
<%
Dim FSO,filepath,photofile,file
photofile=request("photofile")
FileNameList=split(request("photo"))
filepath=server.mappath(photofile)
for i=0 to ubound(FileNameList)
FileName=replace(FileNameList(i),",","")
on error resume next
Set FSO = CreateObject("Scripting.FileSystemObject")
Set file = FSO.GetFile(""&filepath&"\"&FileName&"")
file.delete
next
response.redirect""&request("url")&""
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -