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.
请帮助解决问题。ubercart3 默认通过视图显示项目,使用 2-cycle
<?php foreach ($rows as $row_number => $columns): ?> <?php foreach ($columns as $column_number => $item): ?> <?php print $item; ?> <?php endforeach; ?> <?php endforeach; ?>
我想带货经过一个周期。请帮忙