呢称
<%set rs=conn.Execute("select username,temp_level from vrecord where temp_level>6 order by temp_level desc")
do while not rs.eof
if rs("temp_level")=9 then
admin_name="执政官"
elseif rs("temp_level")=8 then
admin_name="元老院"
else
admin_name="监察使"
end if%>