Liquid 获取数组或字符串的长度 HenryZ 2020-07-28 更新于 2022-07-06 目录 size 返回字符串中所包含的字符数或者数组中所包含的条目数量。size 还支持“点标记”。举例: 过滤器方式: {{ my_array | size }} 使用“点标记”: {% if site.pages.size > 10 %} This is a big website! {% endif %} Please enable JavaScript to view the comments powered by giscus.