杰奇CMS批量替换分卷名称中的字符串 November 23, 2014 后台--数据维护--数据库升级,执行以下SQL语句update jieqi_article_article set lastvolume=REPLACE(lastvolume,'章节目录', '正文')