通过DEDECMS后台在文章字符后面自动插入关键词

作者:袖梨 2022-06-25

比如在DEDECMS的第100个字符后面自动插入关键词,代码如下

 代码如下 复制代码

update addonarticle set body = concat(substring(body,1,100),(select keywords from archives where archives.id=addonarticle.aid),substring(body,101)) where aid=297

相关文章

精彩推荐