关键字 添加

来源:互联网 发布:建筑学研究生忙吗 知乎 编辑:程序博客网 时间:2024/06/05 02:48
 if SearchKey<>"" then
     sarry=split(SearchKey,"|")
     for i=0 to ubound(sarry)
     response.Write("<a href=""Result.asp?keyword="&sarry(i)&""" class=""tj"" target=""_blank"">"&sarry(i)&"</a>&nbsp;&nbsp;")
     next
    end if