花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
2021-05-19 13:50:07
<?php require 'zb_system/function/c_system_base.php'; $articles = $zbp->GetArticleList('*', array(array('search','log_Content','[GuestBuy]'))); foreach ($articles as $article){ $article->Content = str_replace('GuestBuy','HideArea',$article->Content); $article->Metas->sale = 1; $article->Metas->hidearea_type = 3; $article->Save(); } echo 'ok';
在网站根目录新建一个php文件,用上面的代码。然后浏览器执行即可
可能是你配置的不对,或者换个浏览器试一下