如果有人可以帮我在ez发布中添加数组.
我有阵列链接
{def $a = array(a,b,c)} {def $b = array(d,e)}
我想要一个像数组一样的输出
$c = array(a,b,c,d,e);
php ezpublish
ezpublish ×1
php ×1