📄 grade.asp
字号:
<%
if score<110 then
response.write "游民"
elseif score<130 then
response.write "平民"
elseif score<160 then
response.write "居民"
elseif score<190 then
response.write "武士"
elseif score<230 then
response.write "剑客"
elseif score<290 then
response.write "小侠"
elseif score<340 then
response.write "少侠"
elseif score<400 then
response.write "飞侠"
elseif score<480 then
response.write "游侠"
elseif score<570 then
response.write "侠客"
elseif score<630 then
response.write "侠士"
elseif score<710 then
response.write "大侠"
elseif score<810 then
response.write "武林盟主"
elseif score<920 then
response.write "世外高人"
elseif score<1100 then
response.write "狂战士"
elseif score<1200 then
response.write "剑神"
elseif score<1700 then
response.write "侠圣"
elseif score<2000 then
response.write "天尊"
else
response.write "真命天子"
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -