注册
找回密码
账号 记住
1366
3
263
1
2
{$GetCorrelativeArticle(136,keywords,5,20,30,1,"_blank",0,"·","",6,"left","",false,true,false,false,2,,re_list,,,,,20096702041677)}
要怎么解决呢??
自己转了sql版本后,相应修改如下:
Kesion.Label.FunctionCls.asp 大概是1110到1117行
For I = 0 To UBound(KeyWordsArr) If SqlKeyWordStr = "" Then SqlKeyWordStr = " charindex('" & KeyWordsArr(I) & "',"& innerstr &")>0 " Else SqlKeyWordStr = SqlKeyWordStr & "or charindex('" & KeyWordsArr(I) & "',"& innerstr &")>0 " End If Next