织梦5.7修改搜索结果页 关键字 红色 颜色 2014-12-13dedecms教程 1308 nclude 目录下 arc.searchview.class.php文件, 找到 $fstr = str_replace($k, "<font color='red'>$k</font>", $fstr); 改为:$fstr = str_replace($k, "<font color='#这里是颜色代码,如:#000等'>$k</font>", $fstr); 这样就可以了。 The End