微信扫一扫
UPDATE `typecho_contents` SET `text` = REPLACE(`text`,'原内容','新内容');
typecho_contents 是表
text 是字段
相关推荐