修改多个 dedecollection.class.php:
$keywordtrim_array = explode(',', $this->artNotes);
foreach ($keywordtrim_array as $key => $value) {
trim($value);
$keywords = preg_replace("/".$value."/isU",'',$keywords);
}
这样内容过滤中输入多个过滤内容用英文逗号间隔就好了,像这样
内容1,内容2
