在jsp中 使用${pageContext.request.contextPath}可以取到项目名称
在freemarker中如何弄呢?
收起
[code="java"]<#assign contextPath = request.contextPath/>[/code]
报告相同问题?