想要在jsp中判断两个值是否相等,无法获取常量的值
${obj==Contant.a}
我试过${Contant.a}也无法获得值
只有<%=Contant.a%>才能得到值
https://blog.csdn.net/L13890/article/details/81126546