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.
是否可以访问模板中的设置变量?
环境:
<#setting locale="${bean.locale}">
如何在locale不重复使用${bean.locale}模板的情况下使用以避免重复代码,特别是如果它的层次结构更深?
locale
${bean.locale}
语言环境是一个特殊变量,可以像这样访问:${.locale}。
${.locale}
请参阅freemarker 文档