判斷最后一條是顯示 <s>|</s> 樣式
{eyou:channel type="top" row="10" id="field" currentstyle="cur"}
<a href="{$field.typeurl}">{$field.typename}</a>
{eq name='$i' value='$__LIST__|count=###'}
<s>|</s>
{/eq}
{/eyou:channel}
判斷最后一條是隱藏 <s>|</s> 樣式
{eyou:channel type="top" row="10" id="field" currentstyle="cur"}
<a href="{$field.typeurl}">{$field.typename}</a>
{neq name='$i' value='$__LIST__|count=###'}
<s>|</s>
{/neq}
{/eyou:channel}