<%@ codepage ="936" %> <% TWT_ArrArg=split(session("TWT_ARR_ArgALL"),"=") %> 月杀人榜 <% const MaxPerPage=20 dim totalPut dim CurrentPage dim TotalPages dim i,j %>
<% dim sql dim rs dim filename Set conn=Server.CreateObject("ADODB.CONNECTION") Set rs=Server.CreateObject("ADODB.RecordSet") connstr=Application("hg_connstr") conn.open connstr sql="select 姓名,门派,身份,allvalue,killyue from 用户 order by killyue desc" Set rs= Server.CreateObject("ADODB.Recordset") rs.open sql,conn,1,1 if rs.eof and rs.bof then response.write "

没有可排行的对象

" else %> <%do while not rs.eof%> <% rs.movenext filename=filename+1 if filename>19 then Exit Do loop end if rs.Close set rs=nothing %>
姓名 门派 身份 点卷 杀人数
<%=rs("姓名")%> <%=rs("门派")%> <%=rs("身份")%> <%=rs("allvalue")%> <%=rs("killyue")%>

CNET中文网 (C) 2001-2002