Heim >Backend-Entwicklung >PHP-Tutorial >smarty 里面, foreach 怎么计算上一个元素
<code class="phtml"> </code>
为什么不能计算, $ccc-1 哈? 其中 key 是数组的 .
<code class="phtml"> </code>
为什么不能计算, $ccc-1 哈? 其中 key 是数组的 .
好久不用smarty了,是不是$ccc
是0
找到正解,用section,$foo[bar]
这种仅在{section}循环的语法内可用,foreach不行
参考:http://www.php100.com/manual/smarty/language.function.section.html