【问题标题】:Getting the first element of the array in Dwoo在 Dwoo 中获取数组的第一个元素 【发布时间】:2011-01-31 08:46:40 【问题描述】: 我正在使用名为 Dwoo 的模板引擎。如何在没有循环的情况下获取数组的第一个元素? 【问题讨论】: 标签: php template-engine dwoo 【解决方案1】: {assign array("Bob" "John") users} {$users.0} Dwoo Wiki 【讨论】: