Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@code{}、@if{}、@foreach{}、@end{} など、または MVEL 2.0 テンプレートの結果のタグによって生成された空白行を削除するにはどうすればよいですか?
タグの前後に空白を入れたくない場合は、前後に CR を付けないでください。
例: アイテム: @foreach{item : stuff}@{item}@{','}
複数の行に分割すると、空白は保持されます。