Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用名为 Dwoo 的模板引擎。如何在没有循环的情况下获取数组的第一个元素?
{assign array("Bob" "John") users} {$users.0}
Dwoo 维基