| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 613 人关注过本帖
标题:在线等---怎样不用用户名和密码
只看楼主 加入收藏
wjqhf88
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2005-9-6
收藏
 问题点数:0 回复次数:1 
在线等---怎样不用用户名和密码

我下载了一个网络收藏夹的源码
现在想不用密码和用户名就用里面的控制面板
要怎样解决?
麻烦大家了


<!--#include file="include/conn.asp"-->
<!--#include file="include/ProGram_Info.asp"-->
<!--#include file="config.asp"-->
<html>
<head>
<title><%=StrSiteName+StrProgram_Name%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style/style.css" type="text/css">
<script language="javaScript" type="text/javascript" SRC="js/pz_chromeless_2.1.mic.1.js"></SCRIPT>
<script language="JavaScript">
<!--
function ADDURL(theURL,theTitle) {
wname = "添加链接"
W = 600;
H = 275;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowNONEgrf = "img/none.gif"
windowCLOCK = "img/clock.gif"
windowREALtit = "| <%=Session("FAVORITENAME")%> 要 添加新地址了! |"
windowTIT = "&nbsp;&nbsp;<img src=img/zero.gif height=12 width=12 align=absmiddle><font face=verdana size=1>&nbsp;&nbsp;::: "+theTitle+ ":::</font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#AF5050"
winBGCOLOR = "#EDEBEB"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, winBGCOLOR)
}
function ADDCLASS(theURL,theTitle) {
wname = "添加链接"
W = 600;
H = 105;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowNONEgrf = "img/none.gif"
windowCLOCK = "img/clock.gif"
windowREALtit = "| <%=Session("FAVORITENAME")%> 要 添加新分类了! |"
windowTIT = "&nbsp;&nbsp;<img src=img/zero.gif height=12 width=12 align=absmiddle><font face=verdana size=1>&nbsp;&nbsp;::: "+theTitle+ ":::</font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#AF5050"
winBGCOLOR = "#EDEBEB"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, winBGCOLOR)
}
function DEL(theURL,theTitle) {
wname = "删除"
W = 300;
H = 180;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowNONEgrf = "img/none.gif"
windowCLOCK = "img/clock.gif"
windowREALtit = "| <%=Session("FAVORITENAME")%> 要 删东西了! |"
windowTIT = "&nbsp;&nbsp;<img src=img/zero.gif height=12 width=12 align=absmiddle><font face=verdana size=1>&nbsp;&nbsp;::: "+theTitle+ ":::</font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#AF5050"
winBGCOLOR = "#EDEBEB"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, winBGCOLOR)
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" topmargin="0" leftmargin="0">
<!--#include file="Top.asp"-->
<%
IF Session("FAVORITEID") <> "" Then
IF Request.Querystring("classid") <> "" Then
ShowClass(Request.Querystring("classid"))
ElseIF Request.Querystring("id") <> "" Then
ShowFavorites(Request.Querystring("id"))
ElseIF Request.Querystring("action") <> "" Then
Select case Request.Querystring("action")
case "manageurl"
' Call ManageURL
case "manageclass"
' Call
Case "changpwd"
' Call
End Select
Else
ShowMain
End IF

Else
ShowLogin
End IF
%>

<!--#include file="include/copyright.asp"-->
</body>
</html>
<%Function ShowClass(classid)%>
<br>
<!-- 显示分类中的链接 -->
<script language="JavaScript">
<!--
function ModifyURL(theURL,theTitle) {
wname = "修改链接"
W = 600;
H = 275;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowNONEgrf = "img/none.gif"
windowCLOCK = "img/clock.gif"
windowREALtit = "| <%=Session("FAVORITENAME")%> 要 修改链接了! |"
windowTIT = "&nbsp;&nbsp;<img src=img/zero.gif height=12 width=12 align=absmiddle><font face=verdana size=1>&nbsp;&nbsp;::: "+theTitle+ ":::</font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#AF5050"
winBGCOLOR = "#EDEBEB"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, winBGCOLOR)
}
//-->
</script>
<table width="740" border="0" cellspacing="0" cellpadding="10" class="table">
<tr>
<td>
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" bordercolorlight="#000000">
<tr>
<td bgcolor="#F0F0F0" height="30" width="50%"><b>| <font color="red"><%=Session("FAVORITENAME")%></font>
的个人网络收藏夹 |</b></td>
<td bgcolor="#F0F0F0" height="30" width="50%"><img src="images/Favorites.gif" align="absmiddle">
<a href="Default.asp">我的 收藏夹</a> | 有用链接:<a href=javascript:parent.ADDCLASS('USR_AddClass.asp','添加新分类')>添加一个新分类</a>
<a href=javascript:parent.ADDURL('USR_AddURL.asp','添加新地址')>添加一个链接</a>
</td>
</tr>
<%
Sql = "Select Class_Name From CLASS Where USR_ID="&Session("FAVORITEID")&" and id="&classid
Rs.Open Sql,conn,1,1
Class_Name=Rs("Class_Name")
Rs.Close
%>
<tr>
<td colspan="2" height="50"> <img src="images/Favorites.gif" align="absmiddle">
<a href="Default.asp">我的 收藏夹</a> | 有用链接:<a href=javascript:parent.ADDURL('USR_AddURL.asp?classid=<%=classid%>','在分类<%=CLASS_Name%>--添加新地址')>在<%=CLASS_Name%>下添加新链接</a><br>
<img src="images/bar.gif"><img src="images/openfold.gif"> <%=Class_Name%></td>
</tr>
<tr>
<td align="center" colspan="2">
<table width="98%" border="0" cellspacing="2" cellpadding="1" bordercolordark="#FFFFFF" bordercolorlight="#000000" frame=vsides>
<tr bgcolor="#9E0C0F">
<td width=30 align=center><b><font color="#FFFFFF">查看</font></b></td>
<td align=center height="20"><b><font color="#FFFFFF">名称</font></b></td>
<td align=center><b><font color="#FFFFFF">介绍</font></b></td>
<td width=70 align=center><b><font color="#FFFFFF">添加时间</font></b></td>
<td width=50 align=center><b><font color="#FFFFFF">点击</font></b></td>
<td width=50 align=center><b><font color="#FFFFFF">改|删</font></b></td>
</tr>
<%
Sql = "Select * From Favorites Where USR_ID="&Session("FAVORITEID")&" and CLASS_ID="&classid
Rs.Open Sql,conn,1,1
TOTAL_USR_Favorites_NUM=Rs.RecordCount
IF Rs.Eof Then
%>
<tr>
<td bgcolor=#F0F0F0 align=center><img src=images/WebURL.gif width=16 height=16 align=absmiddle></td>
<td bgcolor=#E4E4E4 align=center height="20">N/A</td>
<td bgcolor=#E4E4E4 align=center>N/A</td>
<td bgcolor=#E4E4E4 align=center>N/A</td>
<td bgcolor=#E4E4E4 align=center>N/A</td>
<td bgcolor=#E4E4E4 align=center>N/A</td>
</tr>
<%
Else
Do While not Rs.eof
%>
<tr>
<td bgcolor=#F0F0F0 align=center><a href=Default.asp?id=<%=Rs("id")%>><img src=images/WebURL.gif width=16 height=16 align=absmiddle></a></td>
<td bgcolor=#E4E4E4 align=center height="20"><a href=open.asp?id=<%=Rs("id")%>&url=<%=Rs("URL")%> target="_blank"><%=Rs("Title")%></a></td>
<td bgcolor=#E4E4E4 align=center>
<%
IF Rs("INTRO")<>"" Then
IF Len(Rs("INTRO")) >20 Then
Response.Write left(Rs("INTRO"),20)&"..."
Else
Response.Write Rs("INTRO")
End IF
Else
Response.Write "N/A"
End IF
%>
</td>
<td bgcolor=#E4E4E4 align=center><%=Rs("AddDate")%></td>
<td bgcolor=#E4E4E4 align=center><%=Rs("hits")%></td>
<td bgcolor=#E4E4E4 align=center><a href=javascript:parent.ModifyURL('USR_ModifyURL.asp?id=<%=Rs("id")%>','修改地址')>改</a>
| <a href=javascript:parent.DEL('USR_DELURL.asp?id=<%=Rs("id")%>','删除地址')>删</a></td>
</tr>
<%
Rs.MoveNext
Loop
End IF
Rs.Close
%>
</table>
</td>
<tr>
<td colspan=8 align=right height="24"><a href=javascript:parent.ADDURL('USR_AddURL.asp?classid=<%=classid%>','在分类<%=Class_Name%>--添加新地址')>&nbsp;添加</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">您的<font color=red><b><%=Class_Name%></b></font>分类中有 <font color="red"><%=TOTAL_USR_Favorites_NUM%></font>
个网址链接。</td>
</tr>
</table>
<%
End Function

Function ShowMain
%>
<br>
<!-- 显示主页面 -->
<script language="JavaScript">
<!--
function ModifyCLASS(theURL,theTitle) {
wname = "修改分类名称"
W = 600;
H = 120;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowNONEgrf = "img/none.gif"
windowCLOCK = "img/clock.gif"
windowREALtit = "| <%=Session("FAVORITENAME")%> 要 修改分类了! |"
windowTIT = "&nbsp;&nbsp;<img src=img/zero.gif height=12 width=12 align=absmiddle><font face=verdana size=1>&nbsp;&nbsp;::: "+theTitle+ ":::</font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#AF5050"
winBGCOLOR = "#EDEBEB"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, winBGCOLOR)
}
//-->
</script>
<table width="740" border="0" cellspacing="0" cellpadding="5" class="table">
<tr>
<td>
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" bordercolorlight="#000000">
<tr>
<td bgcolor="#F0F0F0" height="30"><b>| <font color="red"><%=Session("FAVORITENAME")%></font>
的个人网络收藏夹 |</b></td>
<td bgcolor="#F0F0F0" height="30" width="50%"><img src="images/Favorites.gif" align="absmiddle">
<a href="Default.asp">我的 收藏夹</a> | 有用链接:<a href=javascript:parent.ADDCLASS('USR_AddClass.asp','添加新分类')>添加一个新分类</a>
<a href=javascript:parent.ADDURL('USR_AddURL.asp','添加新地址')>添加一个链接</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" width="740">
<tr>
<td valign="top">
<div>
<table width="130" border="0" cellspacing="2" cellpadding="1" bordercolordark="#FFFFFF" bordercolorlight="#000000" frame=vsides align="center">
<%
Sql = "Select * From CLASS Where USR_ID="&Session("FAVORITEID")&" order by id desc"
Rs.Open Sql,conn,1,1
TOTAL_USR_CLASS_NUM=Rs.RecordCount
TOTAL_USR_Favorites_NUM=0
IF Rs.Eof Then
%>
<tr>
<td onMouseOver="this.bgColor='#FFFFFF';" onMouseOut="this.bgColor='#FAFAFA';">&nbsp;&nbsp;N/A</td>
</tr>
<%
Else
Do While not Rs.eof
%>
<tr>
<td height="45" onMouseOver="this.bgColor='#FFFFFF';" onMouseOut="this.bgColor='#F0F0F0';" bgcolor="#F0F0F0">&nbsp;&nbsp;<a href="Default.asp?classid=<%=Rs("id")%>"><%=Rs("CLASS_Name")%></a>
<div align=right>|<a href=javascript:parent.ModifyCLASS('USR_EditClass.asp?classid=<%=Rs("id")%>','修改分类名称')>改</a>|<a href=javascript:parent.DEL('USR_DelClass.asp?classid=<%=Rs("id")%>','删除分类')>删</a>|<a href=javascript:parent.ADDURL('USR_AddURL.asp?classid=<%=Rs("id")%>','在分类<%=Rs("CLASS_Name")%>--添加新地址')>添加</a>
&nbsp;</div>
</td>
</tr>
<%
TOTAL_USR_Favorites_NUM=TOTAL_USR_Favorites_NUM+Rs("Favorites_NUM")
Rs.MoveNext
Loop
End IF
Rs.Close
%>
</table>
</div>
</td>
<td valign="top">
<table width="600" border="0" cellspacing="2" cellpadding="1" bordercolordark="#FFFFFF" bordercolorlight="#000000" frame=vsides>
<tr bgcolor="#9E0C0F">
<td width=30 bgcolor=#9E0C0F align=center height="20"><b><font color="#FFFFFF">查</font></b></td>
<td align=center height="20" bgcolor="#9E0C0F"><b><font color="#FFFFFF">名称</font></b></td>
<td align=center><b><font color="#FFFFFF">介绍</font></b></td>
<td width=70 align=center><b><font color="#FFFFFF">添加时间</font></b></td>
<td width=50 align=center><b><font color="#FFFFFF">点击</font></b></td>
<td width=50 align=center><b><font color="#FFFFFF">改|删</font></b></td>
</tr>
<%
Sql = "Select * From Favorites Where USR_ID="&Session("FAVORITEID")&""
Rs.Open Sql,conn,1,1
TOTAL_USR_Favorites_NUM=Rs.RecordCount
IF Rs.Eof Then
%>
<tr>
<td bgcolor=#F0F0F0 align=center><img src=images/WebURL.gif width=16 height=16 align=absmiddle></td>
<td bgcolor=#E4E4E4 align=center height="20">N/A</td>
<td bgcolor=#E4E4E4 align=center>N/A</td>
<td bgcolor=#E4E4E4 align=center>N/A</td>
<td bgcolor=#E4E4E4 align=center>N/A</td>
<td bgcolor=#E4E4E4 align=center>N/A</td>
</tr>
<%
Else
Do While not Rs.eof
%>
<tr>
<td bgcolor=#F0F0F0 align=center><a href=Default.asp?id=<%=Rs("id")%>><img src=images/WebURL.gif width=16 height=16 align=absmiddle></a></td>
<td bgcolor=#E4E4E4 align=center height="20"><a href=open.asp?id=<%=Rs("id")%>&url=<%=Rs("URL")%> target="_blank"><%=Rs("Title")%></a></td>
<td bgcolor=#E4E4E4 align=center>
<%
IF Rs("INTRO")<>"" Then
IF Len(Rs("INTRO")) >20 Then
Response.Write left(Rs("INTRO"),20)&"..."
Else
Response.Write Rs("INTRO")
End IF
Else
Response.Write "N/A"
End IF
%>
</td>
<td bgcolor=#E4E4E4 align=center><%=Rs("AddDate")%></td>
<td bgcolor=#E4E4E4 align=center><%=Rs("hits")%></td>
<td bgcolor=#E4E4E4 align=center><a href=javascript:parent.ModifyURL('USR_ModifyURL.asp?id=<%=Rs("id")%>','修改地址')>改</a>
| <a href=javascript:parent.DEL('USR_DELURL.asp?id=<%=Rs("id")%>','删除地址')>删</a></td>
</tr>
<%
Rs.MoveNext
Loop
End IF
Rs.Close
%>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="80%" align="center">
<tr>
<td height="40" align="center">您的收藏夹中有 <font color="red"><%=TOTAL_USR_CLASS_NUM%></font>
个分类,合计 <font color="red"><%=TOTAL_USR_Favorites_NUM%></font> 个网址链接。</td>
</tr>
</table>
</td>
</tr>
</table>
<%
End Function

Function ShowLogin
%>
<!-- 显示登陆页面 -->
<table cellspacing="0" cellpadding="0" border="0" >
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><img src="images/pic.jpg"></td>
</tr>
<tr>
<td><img src="images/pic2.jpg"></td>
<td width="186" height="213" background="images/bg1.jpg" valign="top">
<div class="cap"><br>
立即拥有一个自己的网络收藏夹!</div>
<div class="txt"><br>
1、一个自己独立的网络收藏夹<br>
2、免费申请,即申即开<br>
3、分类链接管理链接<br>
3、在线管理,删除,分类、链接<br>
4、每个链接添加名称,详细说明<br>
5、在线更改密码等有关资料<br>
6、搜索功能……</div>
</td>
</tr>
</table>
</td>
<td valign="top" height="100%">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="images/caplogin.gif"></td>
</tr>
<tr>
<td width="404" height="142" background="images/form.gif" align="center">
<form method="post" action="CKLogin.asp">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="cap" align="right">用户名:</td>
<td style="padding-left:5px;">
<input type="text" name="LogName" value="<%=Session("FAVORITENAME")%>">
</td>
</tr>
<tr>
<td class="cap" align="right">密<font color="#FFFFFF">迷</font>码:</td>
<td style="padding-left:5px;">
<input type="password" name="LogPwd" value="<%=Session("FAVORITEPWD")%>">
</td>
</tr>
<tr>
<td colspan="2" height="30">
<div align="center"><a href="USR_LostPassWord.asp" style="cursor:help">忘记密码?</a>
&nbsp;&nbsp;<a href="" class="txt" style="text-decoration:none;">
<input type="submit" value="登 陆" class="inputbutten" name="submit" >
</a></div>
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td width="370" height="139" background="images/bg2.gif" class="txt" style="padding-top:5px;">
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<div class="cap">免费,随时随地,上自己喜欢的网站</div>
<div class="txt">网络书签是<%=StrSiteName%>提供的免费服务项目,今后您就可以把自己的浏览器书签和喜爱的站点保存到网上了,无论何时何地,您都可以安全方便地使用和管理您的网上收藏。</div>
</td>
</tr>
</table>
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" height="35"><a href="Register.asp">您没有注册?</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%End Function%>

<%Function ShowFavorites(FavoritesID)%>
<br>
<!-- 显示链接详情 -->
<script language="JavaScript">
<!--
function ModifyURL(theURL,theTitle) {
wname = "修改链接"
W = 600;
H = 275;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowNONEgrf = "img/none.gif"
windowCLOCK = "img/clock.gif"
windowREALtit = "| <%=Session("FAVORITENAME")%> 要 修改链接了! |"
windowTIT = "&nbsp;&nbsp;<img src=img/zero.gif height=12 width=12 align=absmiddle><font face=verdana size=1>&nbsp;&nbsp;::: "+theTitle+ ":::</font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#AF5050"
winBGCOLOR = "#EDEBEB"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, winBGCOLOR)
}
//-->
</script>
<table width="740" border="0" cellspacing="0" cellpadding="10" class="table">
<tr>
<td>
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" bordercolorlight="#000000">
<tr>
<td bgcolor="#F0F0F0" height="30" width="50%"><b>| <font color="red"><%=Session("FAVORITENAME")%></font>
的个人网络收藏夹 |</b></td>
<td bgcolor="#F0F0F0" height="30" width="50%"><img src="images/Favorites.gif" align="absmiddle">
<a href="Default.asp">我的 收藏夹</a> | 有用链接:<a href=javascript:parent.ADDCLASS('USR_AddClass.asp','添加新分类')>添加一个新分类</a>
<a href=javascript:parent.ADDURL('USR_AddURL.asp','添加新地址')>添加一个链接</a>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<%
Rs.Open "Select * From Favorites Where id="&FavoritesID&" and USR_ID="&Session("FAVORITEID"),conn,1,1
IF Rs.Eof Then
Response.Write "没有此记录或者次记录已经删除! <a href=""Default.asp"">请返回我的收藏夹</a>"
Else
%>
<table width="98%" border="1" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" bordercolorlight="#000000" frame=vsides>
<tr>
<td height="20">链接名称:</td>
<td><%=Rs("Title")%></td>
</tr>
<tr>
<td height="20">链接地址:</td>
<td><a href=open.asp?id=<%=Rs("id")%>&url=<%=Rs("URL")%> target=_blank><%=Rs("URL")%></a></td>
</tr>
<tr>
<td>链接说明:</td>
<td>
<pre><%=Rs("INTRO")%></pre>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" colspan="2" height="24"><a href=open.asp?id=<%=Rs("id")%>&url=<%=Rs("URL")%> target=_blank>点击前往<font color="red"><%=Rs("Title")%></font></a></td>
</tr>
</table>
<%
End IF
Rs.Close
%>
</td>
</tr>
</table>
<%End Function%>

[此贴子已经被作者于2006-4-30 9:52:42编辑过]

搜索更多相关主题的帖子: 密码 用户名 在线 
2006-04-30 09:52
本刚
Rank: 1
等 级:新手上路
威 望:1
帖 子:192
专家分:0
注 册:2005-12-3
收藏
得分:0 

你是说权限吧
那你看看哪个才是限制你进入的啊


我的网站 http://6asp. 欢迎指教。
2006-04-30 11:58
快速回复:在线等---怎样不用用户名和密码
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.015216 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved