sj.asp

来自「彩票在线分析系统」· ASP 代码 · 共 29 行

ASP
29
字号
<!--#include file="conn.asp" -->
<!--#include file="config.asp"-->
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<% 
sql="select hao.id,qs,sj,p1,p2,p3,p4,p5,p6,tm,bs.he,bs.shengxiao,bs.bs,bs.ds,bs.wuh,bs.he,bs.dx from hao,bs where hao.tm=bs.bsid order by hao.id asc"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
if rs.eof and rs.bof then    
%>
<%else%>
<%do while not rs.eof%>
<%=rs("qs")%>&nbsp;&nbsp; <%=rs("p1")%>&nbsp;&nbsp; <%=rs("p2")%>&nbsp;&nbsp; 
<%=rs("p3")%>&nbsp;&nbsp; <%=rs("p4")%>&nbsp;&nbsp; <%=rs("p5")%>&nbsp;&nbsp; 
<%=rs("p5")%>&nbsp;&nbsp; <%=rs("p6")%>&nbsp;&nbsp; <font color="#FF0000"><%=rs("tm")%></font><br>
 <%      
rs.movenext          
loop                     
end if                    
rs.close                     
%>
</body>
</html>

⌨️ 快捷键说明

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