thelowst.jsp

来自「jsp_javabean+tomcat的web管理系统!」· JSP 代码 · 共 46 行

JSP
46
字号
<%@ page language="java" import ="java.sql.*" contentType="text/html; charset=gb2312"%>

<%
String sql="";
String dataBase="megajoysms";
String contentid=request.getParameter("id");
%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.style1 {color: #FFFFFF}
-->
</style>
<link href="../../css/all.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="1" bgcolor="#808080">
  <tr>
    <td height="23"> <span class="style1">后台管理--[短信夺标]</span></td>
  </tr>
  <tr>
    <td align="center" valign="top" bgcolor="#FFFFFF">
    <%if(contentid!=null){
    //sql="select top 1 * from duobiao_number n,duobiao_user d where n.groupid=d.contentid and groupid="+contentid+"  and times=1 order by number asc";
    sql="select top 1 Gateway 网关,Longcode 服务号码,groupid 期数ID,Number 中奖数字 from duobiao_number  where groupid="+contentid+"  and times=1 order by number asc";
    %>    
    <%@ include file="../../results.jsp" %>
<%
}%>
</td>
  </tr>
</table>
</body>

</html>

⌨️ 快捷键说明

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