$preRow['title']=cn_substr($preRow['title'],30);
找到
$this->PreNext['next']="下一篇:{$nextRow['title']}";
在其上面添加
$nextRow['title']=cn_substr($nextRow['title'],30);
解析:只需修改后来添加代码中的30即可,30的意思就是30个字节,GBK的话是15个汉字,UTF8的话是10个汉字。这个可以根据实际情况,自行设定。
$preRow['title']=cn_substr($preRow['title'],30);
找到
$this->PreNext['next']="下一篇:{$nextRow['title']}";
在其上面添加
$nextRow['title']=cn_substr($nextRow['title'],30);
解析:只需修改后来添加代码中的30即可,30的意思就是30个字节,GBK的话是15个汉字,UTF8的话是10个汉字。这个可以根据实际情况,自行设定。
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/19b8131fa5cd6c8cb2b824e42916706f.html