[求助]这段程序哪里出错了啊,不管是多少都显示最后一条
<%if score*5=100 then
%>
你太厉害了,可是不要骄傲哦100分
<%
else if 100>score*5>=80 then
%>
厉害,可是不要骄傲哦
<%
else if 80>score*5>=60 then
%>
再接再厉哦<%=score*5% 分!
<%
else if 60>score*5>=30 then
%>
需要努力加油<%=score*5%>分!
<%
else if 30>score*5>=0 then
%>
老师很生气,后果很严重<%=score*5%>分!
<% end if %>
<% end if %>
<% end if %>
<% end if %>
<% end if %>