⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 boardnews.asp

📁 纪念伟大领袖的专题网站
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<!--#include file="char.inc"-->

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<tr style="table-layout:fixed; word-break:break-all">
<%
set rs=server.CreateObject("ADODB.RecordSet") 
rs.Source="select * from "& db_Board_Table &" where inuse=1"
rs.Open rs.Source,conn,1,1
if rs.eof then %>
<div align="center">没有公告</div>');
<% else%>
<td width=100% align=center height=2><%=trim(htmlencode4(rs("title")))%><br><%=rs("dateandtime")%></td></tr>
<tr><td width=100% height=2><%=trim(CheckStr(rs("content")))%></td></tr>
<%
end if
Rs.Close
set Rs=nothing
%>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -