选择图标

{if empty($list)}
数据读取失败
{else}
{loop $list $item}
{php echo str_replace('icox-', '', $item)}
{/loop}
{/if}