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.
または、クラス名を取得またはタイプ名を取得と言います
それで、主要な人気のあるWebコンテナ/サーバーで動作できますか?
ありがとうございました。
${foo.class.name}の完全修飾名を返しますfoo。
${foo.class.name}
foo
しかしinstanceof、適切に設計されたオブジェクト指向プログラムではめったに使用されないものであるため、実際の型を気にせずにメソッドが動的に呼び出され、最終目標がマークアップの生成のみであるJSPELでは使用する必要があります。 。
instanceof