Heim  >  Artikel  >  Backend-Entwicklung  >  smarty 循环

smarty 循环

WBOY
WBOYOriginal
2016-06-23 14:04:09856Durchsuche

Array(    [0] => Array        (            [title] => testtile                       [advantage] => 三三四四            [fault] => 三三四四            [rank] => 4            [time] => 1364364088            [pic] => Array                (                    [0] => ../../i/uploadpic/1364367652985664.gif                    [1] => ../../i/uploadpic/1364367662409433.gif                    [2] => ../../i/uploadpic/1364367672711762.gif                    [3] => 0                    [4] => 0                )        )    [1] => Array        (            [title] => 晒单测试1111111               [advantage] => 晒单测试1111111            [fault] => 晒单测试1111111            [rank] => 5            [time] => 1364364271            [pic] => Array                (                    [0] => ../../i/uploadpic/1364367652985664.gif                    [1] => ../../i/uploadpic/1364367662409433.gif                    [2] => ../../i/uploadpic/1364367672711762.gif                    [3] => 0                    [4] => 0                )        ))<!--{foreach from=$evaluate item=comment}-->    <!--{foreach from=$comment.pic item=child}-->           <li><img  src="{$child}"    style="max-width:90%"  style="max-width:90%" alt="smarty 循环" ></li>    <!--{/foreach}-->  <!--{/foreach}-->             


上面这样循环不能读出pic 的数组值


回复讨论(解决方案)

查看源码看看

查看源码看看
我看了为空  li 就没有循环出来

   你这里是注释了吧,改为 {/foreach} 后试试,其他几个也都改掉。  

   你这里是注释了吧,改为 {/foreach} 后试试,其他几个也都改掉。  

不是这个原因。。。。 这样吧

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn