无情小蚂蚁

文章
2
资源
0
加入时间
2年10月17天

OGNL表达式

OGNL表达式需要struts2标签的支持, 需要在jsp页面中增加 <%@ taglib uri=”/struts-tags” prefix=”s” %>jsp页面通过ognl表达式取出内容<body> pi:<s:property value="@java.lang.Math@PI"/><br> random:<s:property value="@java.lang.Math