我可以在树枝中使用这样的构造-
{% set a = 'first' set b = 'second' %}
而不是这个-
{% set a = 'first' %} {% set b = 'second' %}
php twig
php ×1
twig ×1