if rs.recordcount >= 1 then if rs("userid")=request.form("uid") then Response.Redirect "loginsb.asp?msg=此用户名已经注册过,请选用其他用户名!" response.end rs.close end if end if 这句是一句检测有没有相同用户的语句,但是我想不明第一句f rs.recordcount >= 1 有什么用