0

我想知道以下声明/宏的用途是什么(我正在呈现自定义 JSON 响应):

<@compress single_line=true>
{
  attribute_1: ${my_model.attribute_1},
  attribute_2: ${my_model.attribute_2},
  attribute_3: ${my_model.attribute_3},
}
</@compress>

谢谢你。

4

1 回答 1

1

这是 FreeMarker 的一个功能,请参阅https://freemarker.apache.org/docs/dgui_misc_whitespace.html

于 2018-09-21T14:45:21.340 回答