JSP里面用EL表达式报500的错误

参考自https://bbs.csdn.net/topics/270016066

发现JSP里面的<%%>不能和&{属性}在一起用 错误的主要原因

 

解决参考https://blog.csdn.net/rugaxm/article/details/8124698

 


            
<%=request.getAttribute("intro") %>

其中scope必须写 不然会显示NULL

你可能感兴趣的:(错误)