我想知道以下声明/宏的用途是什么(我正在呈现自定义 JSON 响应):
<@compress single_line=true>
{
attribute_1: ${my_model.attribute_1},
attribute_2: ${my_model.attribute_2},
attribute_3: ${my_model.attribute_3},
}
</@compress>
谢谢你。
这是 FreeMarker 的一个功能,请参阅https://freemarker.apache.org/docs/dgui_misc_whitespace.html