📅  最后修改于: 2022-03-11 14:53:08.635000             🧑  作者: Mango
{% set items = [{ 'fruit' : 'apple'}, {'fruit' : 'orange' }] %}
{% set fruits = items|column('fruit') %}
{# fruits now contains ['apple', 'orange'] #}