FreeMarker 模板引擎将支持 PDF、XML、CSV、XLS 格式?
FreeMarker template engine will support PDF, XML, CSV, XLS formats?
FreeMarker 模板引擎将支持 PDF、XML、CSV、XLS 格式?还是仅支持 HTML 格式?
Freemarker 支持 HTML 以外的格式,此外你可以定义其他格式 outputformat:
Sets the output format to the specified one, inside the nested block.
虽然 XML 是 predefined formats 之一:
HTML、XHTML、XML、JavaScript、JSON、CSS 等等。
FreeMarker 模板引擎将支持 PDF、XML、CSV、XLS 格式?还是仅支持 HTML 格式?
Freemarker 支持 HTML 以外的格式,此外你可以定义其他格式 outputformat:
Sets the output format to the specified one, inside the nested block.
虽然 XML 是 predefined formats 之一:
HTML、XHTML、XML、JavaScript、JSON、CSS 等等。