日期:2014-05-18 浏览次数:20721 次
if( <%=session.getAttribute("authority") !="teacher"%>) { alert("你没有权限"); return false; } ------解决方案--------------------LS语法有误,应该是if('<%= !session.getAttribute("authority").toString().equals("teacher")%>')