在KS_Cls\KS_RefreshCls.asp中分别搜索到{$GetArticleKeyWord}和{$GetPictureKeyWord}和{$GetDownKeyWord}分别在之后加上下面的一句,一定要看清楚了,
FileContent = Replace(FileContent, "{$GetArticleKeyWord}", Replace(RefreshRS("KeyWords"), "|", ","))
FileContent = Replace(FileContent, "{$GetPictureKeyWord}", Replace(RefreshRS("KeyWords"), "|", ","))
FileContent = Replace(FileContent, "{$GetDownKeyWord}", Replace(RefreshRS("KeyWords"), "|", ","))
如果使用keyword作浏览器meta信息时,需要作以上修改。因为关键字是用英文逗号分割的,这样的修改也不会影响到数据库和程序用“|”运行。
文章评论
共有 位脚本之家网友发表了评论我来说两句