{include file="component/head" /} {include file="component/header-simple" /}
首页 >
{php} // 兼容字符串和数组 $images = isset($game['images']) ? $game['images'] : []; if (is_string($images)) { $images = explode(',', $images); } $images = array_filter($images); // 移除空值 if (empty($images) && !empty($game['icon'])) { $images = [$game['icon']]; } {/php} {volist name="images" id="image"} {/volist}
Free
程序编号:
所属分类:
更新时间:
查看:
下载:
这里放个人信息
免责声明:
{include file="component/footer" /} {include file="component/foot" /}