gpt4 book ai didi

jinja2 - jinja 模板中的破折号意味着什么?

转载 作者:行者123 更新时间:2023-12-02 06:14:57 27 4
gpt4 key购买 nike

在 jinja 文件中找到其中一些:

</extension>
{%- else -%}
<extension name="blabla">

还有

{% if freeswitch_dispatcher -%}
<extension name="hold_unhold">

看到破折号了吗?知道它的用途吗?

最佳答案

结果是 +- 代表 whitespace control目的。

You can manually disable the lstrip_blocks behavior by putting a plus sign (+) at the start of a block
[...]
You can also strip whitespace in templates by hand. If you put an minus sign (-) to the start or end of an block (for example a for tag), a comment or variable expression you can remove the whitespaces after or before that block

关于jinja2 - jinja 模板中的破折号意味着什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19401106/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com