{foreach $data as $vo }
<p>{$key} : {$vo.name} : {$vo.age}</p>
{/foreach}
你的key用的是默认值,还是赋值了
{foreach name='data' as item='vo' }