Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
%{}Struts 2 中符号的确切用途是什么?有人可以用一个简单的例子来解释代码在使用时%{}有效而在不使用时无效吗?
%{}
在 OGNL 中用于强制将括号中的内容评估为 OGNL 表达式。例如
<s:iterator value = "myAnswers" status="stat"> <s:textfield name = "myAnswers[%{#stat.index}].name"/>
评价stat.index应该是强制的。
stat.index