echsop模板遍历文件:
1 {foreach from=$goods_list item=goods}
2 {$goods.name}
3 {/foreach}

不知道为什么ecshop中foreach像个注释,QAQ~~

1 <!--{foreach from=$goods_list item=goods}-->
2 {$goods.url}
3 {$goods.name}
4 <!--{/foreach}-->

 

相关文章:

  • 2021-09-29
  • 2021-06-25
  • 2022-02-02
  • 2021-09-21
猜你喜欢
  • 2021-07-06
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
相关资源
相似解决方案