帝国CMS内容页获取图集图片数量代码
1 2 3 4 5 6 7 | <? php $ sl = empty ($navinfor[morepic])?0:count(explode(chr(13),$navinfor[morepic])); echo $sl; ?> |
一个爱好网络的80后男站长。
关注我
1 2 3 4 5 6 7 | <? php $ sl = empty ($navinfor[morepic])?0:count(explode(chr(13),$navinfor[morepic])); echo $sl; ?> |