<#assign ctx = request.contextPath/> ... <body> ${ctx} //显示空,没有值 </body> ...
Srping Boot FreeMarker获取ContextPath-自定义ViewResolver以及超简单内置方法 给个例子:
<#assign ctx=springMacroRequestContext.contextPath/>
为什么页面输出的时候不显示值?