1 个回答
满意答案
在网站根目录新建一个php文件,放入下面代码,浏览器打开后开始执行替换
<?php
require 'zb_system/function/c_system_base.php';
foreach($zbp->GetArticleList('*', array(array('META_NAME', 'log_Meta', 'file')), array('log_ID' => 'DESC')) as $post){
$post->Metas->file = str_replace('原内容', '新内容', $post->Metas->file);
$post->Save();
}
echo 'ok';
发布于:10个月前 (12-04) IP属地:江苏省
我来回答
您需要 登录 后回答此问题!