帝国CMS内容页获取图集图片的数量代码
2018-10-17 站长 站长日志
<?php
$sl=empty($navinfor[morepic])?0:count(explode(chr(13),$navinfor[morepic]));
echo $sl;
?>
$sl=empty($navinfor[morepic])?0:count(explode(chr(13),$navinfor[morepic]));
echo $sl;
?>