{foreach $list as $item}
{$item.title}
{foreach $item.child_list as $child_key =>$child_item}
{$child_item.title}
{/foreach}
{/foreach}
清空
确定