yxpic.asp
来自「音乐类型的好网站」· ASP 代码 · 共 25 行
ASP
25 行
<!--#include file="conn.asp"-->
<%
m=0
set rs=conn.execute("SELECT top 1 ID FROM images order by ID desc")
if not Rs.eof then
do while not rs.eof
%>
<html>
<head>
<title>文件上传</title>
</head>
<script>parent.form2.pic.value+='showimg.asp?id=<%=rs("ID")%>'</script>
<body leftmargin=0 topmargin=0>showimg.asp?id=<%=rs("ID")%>
<%
if m>=1 then exit do
rs.movenext
loop
end if
rs.close
set rs=nothing
set conn=nothing
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?