dedecms修改默认description摘要字数的方法
修改文件:dede/article_edit.php
找到代码:
$description = cn_substrR($description,255);
修改其中的255,调整截取文章摘要的长度。转载请注明:多层板