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.
我正在尝试使用 rythm 模板生成一个 xml 文件,并想知道是否有一种方法可以根据业务逻辑删除一些标签。例如:如果方法执行成功,则丢弃 @error_message 标记。
请帮忙!。
使用@if指令:
@ifNot(success) { @error_message() }