帝国cms模板内容页页获取图集图片数量的方法。我们一起来看看吧:

解决方法如下:

调用标签:

<?php
$sl=empty($navinfor[morepic])?0:count(explode(chr(13),$navinfor[morepic]));
echo $sl;
?>