shownotice.asp

来自「功能简介: 1) 首页投票调查系统 2)FLASH导航清新直观(带FLA源文件」· ASP 代码 · 共 17 行

ASP
17
字号
<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->
<center>
<%
	id=cint(request("id"))
	sql="select  * from diary where d_id=" & id
	rs.open sql,conn,1,3
	if not rs.eof then
	response.write "<div class=dcontent>"& rs("d_content") & "</div>"
	response.write "<div class=ddata>"& rs("d_date") & "</div>"
	end if
%>
</center>
<script>
document.title="公告";
</script>
<!--#include file="foot.asp"-->

⌨️ 快捷键说明

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