我正在尝试使用Liquid 语法从对象列表创建一个数组: {% for operation in menuItems %} {% assign words1 = operation.Title | split: '_' %} {% assign ...
確定! 回上一頁