赞
踩
dedecms的程序中的field支持用array获取任意字段的值
(支持标记:文章列表模板的arclist、arclistsg、loop、sql 标签)。
例如:
{dede:field name='title' /}
那就使用:
{dede:field name='array' runphp='yes'} @me=@me['title'];
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。