用sql批量替换采集文章后图片的链接为cdn地址 update phome_ecms_news_data_1 set newstext=REPLACE (newstext,'/d/file/','https://www.xxx.com/d/file/') update 数据库中文章表名 set 文章内容字段=REPLACE (文章内容字段,'待替换的内容','要替换的内容') 评论 2