如何在ftl或者html中获取绝对路径?
如何在ftl或者html中获取绝对路径?
使用框架:springboot+freemarker
配置文件:spring.freemarker.request-context-attribute=ctx
模板文件关键语句:
${ctx!"我是空"}<br>
------
${ctx.getContextPath()!"我是空path"}<br>
结果:
org.springframework.web.servlet.support.RequestContext@33dd11e2
------