首页 相关文章 实现搜索结果的关键词变色标注的程序

实现搜索结果的关键词变色标注的程序

<%
' 以前写全文检索程序的时候写的.
' 原创 by 飞鸟@dev-club.com
' Email: flybird@dev-club.com
' ie5.5 脚本引擎 required

  dim patern
  dim found
  
  dim str
  dim result
  
  patern="(a)|(b)"
  str=" A dog fall in love with a cat. Can you believe?"
  result=""  
  call getMatchText(str,result,false)
  Response.Write result

  sub getMatchText(byref str,byref result,isNeedTrunc)
    'on error resume next
    Dim regEx, Match, Matches
    dim tStr
    Set regEx = New RegExp     ' 建立...[ 查看全文 ]

2016-01-29 标签:

实现搜索结果的关键词变色标注的程序的相关文章

手机页面
收藏网站 回到头部