搜索结果
关闭
{get data=site model=site fun=get() }
返回首页
{$book.title}
搜索
{foreach item=a from=$artlist}
{if !$a.child}
{$a.title}
{else}
{$a.title}
{/if} {if $a.child} {foreach item=b from=$a.child}
{if !$b.child}
{$b.title}
{else}
{$b.title}
{/if} {if $b.child} {foreach item=c from=$b.child}
{$c.title}
{/foreach} {/if}
{/foreach} {/if}
{/foreach}
{if get('vid')} {/if}