搜索
查看: 2508|回复: 3

R版主帮忙看看代码错误在那里

[复制链接]
发表于 2009-10-2 13:50:31 | 显示全部楼层 |阅读模式 来自 中国–广东–中山
  1. <!--#include file="Inc/Const.asp" -->
  2. <!--#include file="Inc/Conn.asp" -->
  3. <!--#include file="Inc/Config.asp" -->
  4. <!--#include file="Inc/Function.asp" -->
  5. <%
  6. '*****************************************************************************
  7. '*                                        CS 玩家注册统计系统                1.12.6                                                         *
  8. '*【特别声明】                                                                                                                                 *
  9. '*           本系统为共享软件,仅供个人使用,未经作者同意,不得用于商业用                         *
  10. '*          使用时,请保留以下信息。否则作者有权追究其法律责任!                                         *
  11. '*                                                                                                                                                         *
  12. '*  版权所有: Icarusli,Tommy                                                                                                 *               
  13. '*        程序制作: Tommy                                                                                                                     *
  14. '*                                                                                                                                                         *
  15. '*  联系方式:                                                                *
  16. '*          EMAIL:clas@21cn.com                                             *
  17. '*          OICQ:416822451                                                  *
  18. '*                                                                           *
  19. '*  主页地址: http://icarusli.vicp.net/blog/                                 *
  20. '*                          http://isee.9966.org/blog/                                     *
  21. '*                                                                                 *
  22. '*                                                                2007-02-03                                   *
  23. '*****************************************************************************
  24. '---------------
  25. Dim stime,etime                                '计时
  26. Dim MKey                                        '(布尔值)一般登陆权限(普通前台操作)
  27. Dim LoginName                                '是否已登录
  28. Dim ModeSwitch                                '运行模式
  29. stime = timer

  30. ModeSwitch = webcfg.ModeSwitch                '取得当前系统设定的运行模式(-1:仅数据统计模式。)
  31. '检查当前登陆的权限。
  32. MKey = CheckUserAccess()
  33. LoginName = GetLoginName()
  34. '获取等级信息
  35. GetLevelInfo()
  36. if err then
  37.         response.write("Error 1# " & CStr(Err.Number) & " " & Err.Description & "<br>")
  38.         err.clear
  39. End if
  40. '---------------
  41. %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  42. <html><head>
  43. <title>CS注册、排行统计系统</title>
  44. <META http-equiv="Content-Type" content="text/html; charset=gb2312" />
  45. <META content=index,follow name=Robots />
  46. <META content="Sgc-CS注册统计系统" name=Author />
  47. <META content="MSHTML 6.00.2900.3020" name=GENERATOR />
  48. <META content=Icarusli name=Copyright />
  49. <META content="cs, stat., register, CS游戏, 注册, CS注册, CS排名统计系统, CS个性签名, tommy, icarusli" name=Keywords />
  50. <META content="CS玩家注册,数据统计,IP地址信息查询系统" name=Description />
  51. <META http-equiv=MSThemeCompatible content=Yes />
  52. <META name="revised" content="Tommy 2007-2-5" />
  53. <META http-equiv=ImageToolbar content=No />
  54. <META http-equiv=Expires content=-1 />
  55. <META http-equiv=Pragma content=No-Cache />
  56. <META http-equiv=html content=no-cache />
  57. <SCRIPT type=text/javascript>
  58. //<![WSDE[
  59.         var deSitePath = '';        //指定获取IP区域信息文件所在目录
  60. //]]>
  61. </SCRIPT>
  62. <SCRIPT SRC="Script/prototype.js" type=text/javascript></SCRIPT>
  63. <SCRIPT SRC="Script/SgcUsf.js" type=text/javascript></SCRIPT>
  64. <SCRIPT SRC="Script/Check_Form.js" type=text/javascript></SCRIPT>
  65. <SCRIPT language=javascript>
  66. <!--
  67. function CheckForm()
  68. {
  69. <%If LoginName="" Then                        '未登录
  70. %>
  71.         if(document.login.loginid.value=="")
  72.         {
  73.                 alert("请输入名字!");
  74.                 document.login.loginid.focus();
  75.                 return false;
  76.         }
  77. <%End If%>
  78.         if(document.login.password.value == "")
  79.         {
  80.                 alert("请输入密码!");
  81.                 document.login.password.focus();
  82.                 return false;
  83.         }
  84.         if (document.login.checkcode.value==""){
  85.            alert ("请输入您的验证码!");
  86.            document.login.checkcode.focus();
  87.            return(false);
  88.         }
  89. }
  90. function CheckBrowser()
  91. {
  92.   var app=navigator.appName;
  93.   var verStr=navigator.appVersion;
  94.   if (app.indexOf('Netscape') != -1) {
  95.         alert("使用提示:\n    你使用的是Netscape浏览器,可能会导致无法使用后台的部分功能。建议您使用 IE6.0 或以上版本。\n  &nbsp;&nbsp;建议使用1024*768分辨率");
  96.   }
  97.   else if (app.indexOf('Microsoft') != -1) {
  98.         if (verStr.indexOf("MSIE 3.0")!=-1 || verStr.indexOf("MSIE 4.0") != -1 || verStr.indexOf("MSIE 5.0") != -1 || verStr.indexOf("MSIE 5.1") != -1)
  99.           alert("使用提示:\n    如果浏览器版本太低,可能会导致编辑器的部分功能异常。建议您使用 IE6.0 或以上版本。\n   &nbsp;&nbsp;建议使用1024*768分辨率");
  100.   }
  101. }
  102. //-->
  103. </SCRIPT>
  104. <LINK REL="stylesheet" HREF="skins/style.css" TYPE="text/css">
  105. <STYLE TYPE="text/css">
  106. <!--
  107. .style1 {
  108.         color: #C5B791;
  109.         font-weight: bold;
  110. }
  111. -->
  112. </STYLE>
  113. </head>
  114. <body>
  115. <DIV STYLE="HEIGHT: 0px"></DIV>
  116. <DIV class=wrap>
  117. <DIV STYLE="FLOAT: top"><IMG SRC="Skins/toppic.JPG" WIDTH="780" HEIGHT="185" ALIGN="top"></DIV>
  118. <DIV class=LH>
  119. <DIV>CS排行统计系统</DIV></DIV>
  120. <DIV id=tdleft>
  121. <DIV STYLE="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px">
  122. <DIV STYLE="MARGIN-RIGHT: 3px">
  123. <%
  124. If ModeSwitch = -1 Then
  125.         Response.Write "<DIV>[<A class=cblue href='Admin/Admin_login.asp'>管理登录</A>]</DIV>"
  126.         Else
  127.                 Response.Write "<DIV>[<A class=cblue href='reg.asp'>注册新ID号</A>]   [<A class=cblue href='Admin/Admin_login.asp'>管理登录</A>]</DIV>"
  128.                 If LoginName<>"" Then                        '已登录
  129. %>
  130.         <FORM NAME="login" Action="opCheck.asp?Action=Modify" method=post onSubmit="return CheckForm();">
  131.         <DIV>当前登陆ID:<B><%=LoginName%></B>&nbsp;&nbsp;新密码:
  132.         <INPUT TYPE="password" size=20 name=password>&nbsp;&nbsp;验证码:
  133.           <INPUT size=4 name=checkcode>
  134.       <IMG STYLE="CURSOR: pointer" onClick="this.src='inc/checkcode.asp'"
  135.         height=18 alt=看不清楚?点击换一个验证码。
  136.         src="inc/checkcode.asp">
  137.         <INPUT type=submit value=更改个人信息 name=submit>
  138.         &nbsp;&nbsp;&nbsp;<A HREF="logout.asp?url=<%=webcfg.VPath%>">退出</A><BR>
  139.         <BR>
  140.         个性签名:
  141.         <INPUT NAME="usign" TYPE="text" size=46 MAXLENGTH="96" ID="usign" VALUE="">
  142.         </DIV>
  143.         </FORM>
  144. <%Else%>
  145.         <FORM NAME="login" action=opCheck.asp?action=login method=post onSubmit="return CheckForm();">
  146.         <DIV>已注册ID登陆:ID:
  147.           <INPUT size=31 name=loginid TYEP="text" ID="loginid">&nbsp;验证码:<INPUT size=4 name=checkcode ID="checkcode">
  148.           <IMG STYLE="CURSOR: pointer" onClick="this.src='inc/checkcode.asp'"
  149.         height=18 alt=看不清楚?点击换一个验证码。
  150.         src="inc/checkcode.asp">&nbsp;密码:
  151.           <INPUT type=password size=15 name=password ID="password">
  152.           &nbsp;<INPUT type=submit value=登录 name=submit></DIV></FORM>
  153. <%End If
  154. End If%><DIV STYLE="MARGIN-TOP: 10px"></DIV>
  155. </DIV></DIV></DIV>
  156. <DIV class=LH>
  157. <DIV class=list_t_r>
  158.   <DIV class=list_t_c STYLE="WIDTH: 50px" Title="(杀敌-死亡+爆头)">得分</DIV>
  159.   <DIV class=list_t_c STYLE="WIDTH: 50px">杀敌</DIV>
  160.   <DIV class=list_t_c STYLE="WIDTH: 50px" Title="在线时间(分钟)">耗时</DIV>
  161.   <DIV class=list_t_c STYLE="WIDTH: 110px">注册时间</DIV>最后登陆</DIV>
  162. <DIV class=list_t_c STYLE="WIDTH: 50px">&nbsp;# &nbsp;</DIV><DIV class=list_t_c STYLE="WIDTH: 139px">&nbsp;ID &nbsp;</DIV>
  163. <DIV>&nbsp;地区 &nbsp;</DIV></DIV>
  164. <%
  165. Dim rs, sqlStr, rstest, Row, StartRow
  166. Dim uid, block, level
  167. Dim NameStr, ONameStr, OnlineTime, mhOnlineTime, lastip, lastlogin
  168. Dim page
  169. Dim ostr        '附加信息字符串

  170. page = Trim(Request("page"))
  171. IF ISNUMERIC(page) Then
  172.         page = CLng(page)
  173. Else
  174.         page = 1
  175. End If
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注个册吧

×
 楼主| 发表于 2009-10-2 13:51:25 | 显示全部楼层 来自 中国–广东–中山
  1. '获取结果记录
  2. On Error Resume Next
  3. Set rs = webcfg.GetPageCon(page)
  4. Row = 0
  5. StartRow = 0
  6. Row = webcfg.CurrentRow
  7. StartRow = Row
  8. '获取记录集时的错误处理
  9. If Err.number<>0 then
  10.         Response.write("Error 1# " & CStr(Err.Number) & " " & Err.Description & "<br>")
  11. End if

  12. If rs is nothing Then
  13.         response.write "<DIV class=list>无任何数据!" & "<BR /></DIV>"
  14. Else
  15.         Do While Not(rs.eof Or rs.bof)
  16.                 Row=Row+1
  17.                 uid = Cint(rs.fields.item("id"))
  18.                 NameStr=rs.fields.item("authid")
  19.                 block = Cint(rs.fields.item("block"))
  20.                 level = rs.fields.item("level")
  21.                 lastip = rs.fields.item("lastip")
  22.                 lastlogin = rs.fields.item("lastlogin")
  23.                 OnlineTime = Clng(rs.fields.item("onlinetime"))
  24.                   mhOnlineTime=formatnumber((OnlineTime/60), 2, -1, -2, -1)
  25.                 ostr = "<DIV ID=Aoif_" & uid & " STYLE=""display: none;""><DIV class=aoif_list><Div class=aoif_list_title>权限: </DIV>" & rs.fields.item("flags") & "</DIV>" & vbCrlf
  26.                 ostr = ostr & "<DIV class=aoif_list TITLE='下一等级需得分: " & WriteLevelInfo( level, 1)+1 & "'><DIV class=aoif_list_r><DIV class=aoif_list_title>名称: </DIV>" & WriteLevelInfo(level, 0) & "</DIV><DIV class=aoif_list_title>等级: </DIV>" & level & "</DIV>" & vbCrlf
  27.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title>在线时间:</DIV>" & rs.fields.item("onlinetime") & "</DIV><DIV class=aoif_list_title>登陆次数: </DIV>" & rs.fields.item("logins") & "</DIV>" & vbCrlf
  28.                 ostr = ostr & "<DIV class=aoif_list><Div class=aoif_list_title>最后登陆:</DIV>" & lastlogin & "</DIV>" & vbCrlf
  29.                 ostr = ostr & "<DIV class=aoif_list><Div class=aoif_list_title>登陆IP: </DIV><DIV>" & lastip & "</DIV></DIV>" & vbCrlf
  30.                 ostr = ostr & "<DIV class=aoif_list><Div class=aoif_list_title>服务器号:</DIV>" & rs.fields.item("loginserver") & "</DIV>" & vbCrlf
  31.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title>伤害:</DIV>" & rs.fields.item("damage") & "</DIV><DIV class=aoif_list_title>误杀: </DIV>" & rs.fields.item("tks") & "</DIV>" & vbCrlf
  32.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title>爆头:</DIV>" & rs.fields.item("hs") & "</DIV><DIV class=aoif_list_title>伤亡: </DIV>" & rs.fields.item("deaths") & "</DIV>" & vbCrlf
  33.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title>击中:</DIV>" & rs.fields.item("hits") & "</DIV><DIV class=aoif_list_title>开枪: </DIV>" & rs.fields.item("shots") & "</DIV>" & vbCrlf
  34.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title>拆雷成功:</DIV>" & rs.fields.item("defused") & "</DIV><DIV class=aoif_list_title>拆雷: </DIV>" & rs.fields.item("defusions") & "</DIV>" & vbCrlf
  35.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title>爆炸:</DIV>" & rs.fields.item("explosions") & "</DIV><DIV class=aoif_list_title>埋雷: </DIV>" & rs.fields.item("plants") & "</DIV>" & vbCrlf
  36.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title>胸部:</DIV>" & rs.fields.item("bodyhit2") & "</DIV><DIV class=aoif_list_title>头部: </DIV>" & rs.fields.item("bodyhit1") & "</DIV>" & vbCrlf
  37.                 ostr = ostr & "<DIV class=aoif_list><Div class=aoif_list_title>腹部:</DIV>" & rs.fields.item("bodyhit3") & "</DIV>" & vbCrlf
  38.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title>右臂:</DIV>" & rs.fields.item("bodyhit5") & "</DIV><DIV class=aoif_list_title>左臂: </DIV>" & rs.fields.item("bodyhit4") & "</DIV>" & vbCrlf
  39.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title>右腿:</DIV>" & rs.fields.item("bodyhit7") & "</DIV><DIV class=aoif_list_title>左腿: </DIV>" & rs.fields.item("bodyhit6") & "</DIV>" & vbCrlf
  40.                 ostr = ostr & "<DIV class=aoif_list><DIV class=aoif_list_r><DIV class=aoif_list_title> 射击精度:</DIV>" & rs.fields.item("acc_s") & "</DIV><DIV class=aoif_list_title>生存率: </DIV>" & rs.fields.item("eff_life") & "</DIV>" & vbCrlf
  41.                 ostr = ostr & "<DIV class=aoif_list><Div class=aoif_list_title>暴头率:</DIV>" & rs.fields.item("acc_hs") & "</DIV>" & vbCrlf
  42.                 ostr = ostr & "<DIV class=aoif_list><Div class=aoif_list_title>个性签名:</DIV>" & rs.fields.item("usig") & "</DIV></DIV>" & vbCrlf
  43. %><DIV class=list >
  44.   <DIV class=list_r >
  45.     <DIV class=list_n onmouseover="Sgc.ShowAoinf(this, event, '', 'Aoif_<%=uid%>', 1);" onmouseout="Sgc.SetAoinfHide();"><%=rs.fields.item("score")%></DIV>
  46.     <DIV class=list_n ><%=rs.fields.item("frags")%></DIV>
  47.         <DIV class=list_n Title="<%=mhOnlineTime%> 小时"><%=OnlineTime%></DIV>
  48.     <DIV class=list_t ><%=rs.fields.item("regdate")%></DIV>
  49.     <DIV class=list_t ><SPAN class=Sgc_IPAddressInfoView name="<%=lastip%>"><%=lastlogin%></SPAN></DIV></DIV>
  50. <DIV ID="<%="vwouter" & uid %>"><A title="查看武器统计数据" HREF="show_wpstat.asp?action=1&amp;uid=<%=uid%>" TARGET="weaponspage"><DIV class=list_n id=<%="vwinner" & uid %>><%Response.Write Row%></DIV></A>
  51. </DIV>
  52.   <DIV class=list_tx Title="<%=NameStr%>">
  53.   <%        If len(NameStr) > 18 Then                '限制显示的ID字符串长度
  54.                         ONameStr = Left(NameStr, 18) & ".."
  55.                 Else
  56.                         ONameStr = NameStr
  57.                 End If
  58.                 If MKey Then                                        '添加SetBlock连接
  59.                         Response.Write "<a href='opCheck.asp?Action=SetBlock&amp;SID=" & Server.URLEncode(NameStr) & "&amp;block=" & block & "' onclick=""return confirm('将进行阻止/取消阻止操作,是否继续?')"" Title='阻止/取消阻止该ID登陆游戏'>" & ONameStr & "</a>"
  60.                 Else
  61.                         Response.Write ONameStr
  62.                 End If
  63.   %></DIV>
  64.   <DIV class=list_con ></DIV><DIV><% =(rs.fields.item("country") & " " & rs.Fields.Item("area")) %></DIV></DIV>
  65.   <DIV class=wps_border id=<%="vwcon" & uid%> STYLE="DISPLAY: none; TEXT-ALIGN: left">
  66.         <DIV id=<%="vwcont" & uid%> STYLE="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; PADDING-TOP: 2px"></DIV></DIV>
  67. <%
  68.                 Response.Write ostr
  69.                 rs.movenext
  70.           Loop
  71.         If StartRow = Row Then
  72.                 Response.Write "<DIV class=list>无数据." & "<BR /></DIV>"
  73.         End if
  74.         rs.Close
  75.           Set RS=nothing
  76.         '移动记录指针错误处理(非必要)
  77.         If err then
  78.                 response.write("Error 2# " & CStr(Err.Number) & " " & Err.Description & "<br>")
  79.         End if
  80. End if
  81. %><DIV class=searchbar>
  82.     <FORM action=Search.asp method=get>
  83.     快速搜索:
  84.       <INPUT name=keyword>
  85.       &nbsp;&nbsp;
  86.       模糊:
  87.       <INPUT NAME="searchsel" TYPE="radio" VALUE="sbid">
  88.       精确:
  89.       <INPUT NAME="searchsel" TYPE="radio" VALUE="srid" CHECKED>
  90.       &nbsp;&nbsp;
  91.       <INPUT type=submit value=搜索 name=submit>
  92.       &nbsp;
  93.     </FORM>
  94. </DIV></DIV>
  95. <!--翻页导航条                开始//-->
  96. <DIV CLASS="bartable" STYLE="margin-top: 2px;height: 26px;">
  97. <DIV STYLE="float:right;">
  98. <%
  99. '分页导航工具条
  100. dim pBar, vBarStr
  101. set pBar = webcfg.PagNavBarSet()
  102. '错误显示(非必要)
  103. if err then
  104.         response.write("Error 88# " & CStr(Err.Number) & " " & Err.Description & "<br>")
  105. End if

  106. if pBar is nothing then
  107.         response.write ".........<br>"
  108. else
  109.         '当前页引用Url, 当前页, 数字导航页数, 总记录数, 总页数, 当前页显示记录数, 到首页, 前N页, 后N页, 到尾页, 导航页码.
  110.         on error resume next
  111.         vBarStr = ShowPageBar(pBar.PageUrl, pBar.Page, pBar.PageNumListSize, pBar.RecordCount, pBar.PageCount, pBar.CurPageRecordCount, pBar.GoToFirstPage, pBar.GoToPrevPage, pBar.GoToNextPage, pBar.GotoEndPage, pBar.PageNumList)
  112.        
  113.         '输出
  114.         response.write vBarStr
  115.         if err then
  116.                 response.write("Error 3# " & CStr(Err.Number) & " " & Err.Description & "<br>")
  117.         End if
  118. end if
  119. %>
  120. </DIV></DIV><BR><BR>
复制代码
回复

使用道具 举报

 楼主| 发表于 2009-10-2 13:51:53 | 显示全部楼层 来自 中国–广东–中山
  1. <!--翻页导航条                结束 //-->
  2. <IFRAME STYLE="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 0px; HEIGHT: 0px;BORDER-RIGHT-WIDTH: 0px" name=weaponspage SRC="about:blank"></IFRAME><BR>
  3. <div class=wrap>
  4. <SCRIPT LANGUAGE="JavaScript" TYPE="text/JavaScript">
  5. <!--
  6.         CheckBrowser();
  7. //-->
  8. </SCRIPT>
  9. <BR>
  10. <BR><div STYLE="MARGIN-TOP: 2px; margin-left: 5px; text-align:left;">
  11. <%
  12. 'IP搜索测试
  13. dim ipdbpath
  14. ipdbpath=server.mappath("ipdatabase/QQwry_big5.dat")
  15. 'ipseek.DefinDBPath(dbpath)                                        '自定义路径
  16. 'response.write "自定义的路径:" & dbpath & "<br>"
  17. ipseek.FillIPstr=0                '是否格式化IP字符串。
  18. 'response.flush()
  19. 'ipseek.getinfo("219.130.135.38")                                'IP搜索
  20. ipseek.getinfo()
  21. response.write ipseek.mGetErr                                    '错误信息
  22. response.write "<br>"
  23. response.write "地区信息:" & ipseek.country & " " & ipseek.area
  24. response.write "<br>"
  25. response.write "总记录数:" & ipseek.RecordCount                        '总记录数
  26. response.write "<br>"
  27. response.write "数据版本:" & ipseek.DataVer                                '版本
  28. response.write "<br>"
  29. response.write "所查询的IP为:" & ipseek.ip                                'IP
  30. response.write "<br>"
  31. response.write "隐蔽后的IP为:" & ipseek.sip                                'sIP
  32. response.write "<br>"
  33. response.write "客户端IE为:" & ipseek.c_ie                                'IE
  34. response.write "<br>"
  35. response.write "客户端OS为:" & ipseek.c_os                                'OS
  36. response.write "<br><br>"
  37. %><BR></div>
  38. <BR>
  39. </div>
  40. <DIV STYLE="WIDTH: 320px">
  41. <DIV><P CLASS="newconten style1">Copyright &copy;2006 - 2008 <A HREF="http://cswar3.kmip.net:8080/index.php/"><B>icarusli</B></A></DIV>
  42. <DIV>Powered By <A HREF="http://cswar3.kmip.net:8080/index.php/" target=_blank>Tommy</A></DIV>
  43. <DIV>QQ:416822451  Email:clas@21cn.com </DIV>
  44. <%
  45. '---------------
  46. '计时
  47. etime=timer
  48. response.write ("<div align=center>执行时间: " & formatnumber((etime-stime), 5, -1, -2, -1) & " 秒<BR></div>")
  49. set ipseek=nothing
  50. %></DIV><BR><BR>
  51. <BR>
  52. </body>
  53. </html>
复制代码
回复

使用道具 举报

发表于 2009-10-4 23:52:24 | 显示全部楼层 来自 中国–江西–萍乡
好复杂啊
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表