<% If Session("User_Account")="" Then Call AlertUrl("请先登陆!","Index.asp") Response.End End if set rs=Server.CreateObject("ADODB.recordset") sql="select * from User_Info where User_Account='"&Session("User_Account")&"'" rs.open sql,conn,1,1 %> 用户管理中心 - 个人资料
<% rs.close set rs=nothing conn.close set conn=nothing %>