28,409
社区成员




<% if action = "0" or action = "1" then '如果是新增修改%>
<%
'if uid <>"" then
cmdText = cmdText & "where User_id = '"&uid&"'"
connopen
set rs = conn.execute(cmdText)
' if rs.EOF then
' response.write "用户不存在!"
'response.end
' conn.close
' end if
' end if
%>