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.
これはstruts2では悪い考えだと感じています:
<s:if test="%{#someVar >= 60}">Hello</s:if>
これは実際に合法ですか?そうでない場合、JSP内の値をチェックするより良い方法は何ですか?
ありがとう