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已经是你应该很少在设计良好的 OO 程序中使用的东西,它应该在 JSP EL 中使用更少,其中方法被动态调用而不关心实际类型,并且最终目标应该只是生成标记.
instanceof