📜  烧瓶模板拆分字符串 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:27.217000             🧑  作者: Mango

代码示例1
{% set list1 = variable1.split(';') %}
{% for item in list1 %}
    

{{ item }}

{% endfor %}