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.
我在网上搜索,但我只找到了一个聪明的插件功能,用于显示从 A 到 Z 的字母。
在某些情况下,当您无法添加新插件时,您怎么能显示它呢?
使用纯 smarty foreach 很容易。
{foreach item=i from='A'|@range:'Z'} {$i} {/foreach}