您的位置:宽带测速网 > 帝国cms > 帝国CMS内容页模板过滤清理简介smalltext前后空格的方法!

帝国CMS内容页模板过滤清理简介smalltext前后空格的方法!

2025-08-25 08:57来源:互联网 [ ]

在内容模板你需要调用的地方使用代码输出简介即可过滤简介smalltext前后的空格了:
<?
$qian=array(" ","","t","n","r");$hou=array("","","","","");
$smalltext=str_replace($qian,$hou,$navinfor[smalltext]);
echo $smalltext;
?>