📄 grade.asp
字号:
<%
if score<110 then
response.write "托儿所小Baby"
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 + -