📄 infotop4.asp
字号:
<%
SQL="SELECT TOP 4 ID,主题 FROM 信息发布 ORDER BY ID DESC"
Set RS=server.Createobject("ADODB.Recordset")
RS.open SQL,Conn,1,1
DO While Not RS.EOF
AbsolutePositionReCordset4
%>
<a href=infodisplay.asp?id=<%=RS("ID")%>>
<%
CharCountLimit RS("主题"),12
%>
</a>
<%
Response.Write "<BR>"
rs.movenext
loop
Set RS=Nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -