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.
JSTL を使用して一部のオブジェクト メソッドにアクセスするにはどうすればよいですか?
オブジェクトが Person クラスのインスタンスで、getName()JSTL を使用して JSP ページ内で呼び出すメソッドがあるとします。
getName()
次の構文を使用します。
${person.name}
名前を表示する別の方法は<c:out value="${person.name}"/>
<c:out value="${person.name}"/>