<volist name="company" id="vo">
{$vo.company_name}
<volist name="vo['Comment']" id="sub">
{$sub.content}
</volist>
</volist>
如上,可嵌套循环