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.
有没有比在 JSP 中使用常量更好的方法:
<%@ page import="static package.Interface.NAME"%>
使用这些(混合代码/内容之外)有什么缺点吗?
谢谢!
就在这里。
创建一个带有 getter 的 bean,这些 getter 公开常量并在<filter>.
<filter>
然后您可以使用 JSTL 来获取这些常量。
您确定了原始方法的缺点。