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

📄 xinwendetail.asp

📁 这是一个在线考试系统 有比较强大的功能 是很不错的东西哦 大家可以看看哦
💻 ASP
字号:
<!--#include file="../conn.asp"-->
<!--#include file="../check.asp"-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>www.114kj.com详细知识</title>
<link href="../teacher.css" rel="stylesheet" type="text/css">
</head>
<br>
<table border="1"  cellpadding="4" cellspacing="0"  width="98%" class="table" align="center">
  <tr> 
    <td > 
      <div align="center">详细知识</div>
    </td>
  </tr>
<% 
call LinkData()
dim sql,rs,xid,biaoti,neirong
Set rs = Server.CreateObject("ADODB.RecordSet")
xid=request("xid")			
sql="select * from xinwen where xid="&xid
rs.open sql,conn,1,1
if  not rs.eof  then
%>
        <tr> 
          <td ><b>主题:<%=rs("biaoti")%></b></td>
          </td>
        </tr>
        <tr> 
          <td><b>内容:</b></td>
        </tr>
        <tr> 
          <td> &nbsp;&nbsp;&nbsp;&nbsp;<%=rs("neirong")%> </td>
        </tr>
      </table>
<%
rs.close
call CloseData()
'call Timenum()
end if
%>

⌨️ 快捷键说明

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