📄 tupi.asp
字号:
<!--#include file="conn.asp"-->
<%
exec="select * from tushumingxi"
Set rs=Server.CreateObject("adodb.recordset")
rs.open exec,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>显示图片</title>
</head>
<body>
<table width ="800" height ="240" align ="center">
<marquee >
<%while (not rs.eof)%>
<a href="mx.asp?bh=<%=rs.("bh")%>"><img src=<%=rs("tp")%>></a>
<%rs.movenext()
wend
%>
</marquee>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -