本文主要讲解《dedecms织梦修改文章标题,来源,摘要,作者等字数限制的方法》的详细内容
$title= cn_substrR($title,$cfg_title_maxlen); $shorttitle = cn_substrR($shorttitle,36);//简略标题字符数 $color = cn_substrR($color,7); $writer = cn_substrR($writer,20);//作者字符数 $source = cn_substrR($source,30);//文章来源字符数 $description = cn_substrR($description,600);//摘要字符数 $keywords = trim(cn_substrR($keywords,30));//关键词字符数 $filename = trim(cn_substrR($filename,40));//文件名字符数 if(!TestPurview('a_Check,a_AccCheck,a_MyCheck')) |
本网刊登的文章均仅代表作者个人观点,并不代表本网立场。文中的论述和观点,敬请读者注意判断。
2021-02-08
2021-02-08
2021-02-08
2021-02-08
2021-02-08
2021-02-24
2021-02-24
2021-02-08