汇客网络 发表于 2020-5-18 11:36:32

DiscuzX批量替换帖子标题、内容

<p style="color: rgb(51, 51, 51); font-family: &quot;Microsoft Yahei&quot;, 微软雅黑, arial, 宋体, sans-serif; text-align: justify; user-select: text !important;">修改后您将看见图中所示的插入代码的界面,将以下功能的代码插入提交你将得到相应的功能:</p><p style="color: rgb(51, 51, 51); font-family: &quot;Microsoft Yahei&quot;, 微软雅黑, arial, 宋体, sans-serif; text-align: justify; user-select: text !important;">&nbsp; &nbsp; 修改论坛标题:UPDATE pre_forum_thread SET subject=REPLACE(subject,'替换前','替换后');</p><p style="color: rgb(51, 51, 51); font-family: &quot;Microsoft Yahei&quot;, 微软雅黑, arial, 宋体, sans-serif; text-align: justify; user-select: text !important;">&nbsp; &nbsp; 修改论坛内容:UPDATE pre_forum_post SET message=REPLACE(message,'替换前','替换后'); &nbsp;</p><p style="color: rgb(51, 51, 51); font-family: &quot;Microsoft Yahei&quot;, 微软雅黑, arial, 宋体, sans-serif; text-align: justify; user-select: text !important;">&nbsp; &nbsp; 修改文章内容:UPDATE pre_portal_article_content SET content=REPLACE(content,替换前','替换后');</p><p style="color: rgb(51, 51, 51); font-family: &quot;Microsoft Yahei&quot;, 微软雅黑, arial, 宋体, sans-serif; text-align: justify; user-select: text !important;">&nbsp; &nbsp; 输入以上你需要的代码后,点击提交即可!</p><p></p>
页: [1]
查看完整版本: DiscuzX批量替换帖子标题、内容