原文来自:https://liye5.com/

帝国CMS下载模型内容页downpath字段显示下载点数,代码如下:

<?php
$down=explode("::::::",$navinfor[downpath]);
?>

点数:

<?=$down[3]?>