扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
在本页阅读全文(共19页)
Sub Session_onStart() Referer = Trim(Request.ServerVariables("HTTP_REFERER")) If Referer = "" Then Referer = "None" End If Session("Referer") = Referer End Sub |
'从指向URL中分离查询字段。 Function isProduct(pStr) If pStr <> "" And lCase(pStr) <> "none" Then '向后搜索字段 temp = inStrRev(pStr, "/") '得到目录分离的位置 tempStr = Right(pStr, temp) '得到有关数据长度 temp2 = Len(pStr) '得到查询数据行 pStr = Mid(pStr, temp, temp2) '设定返回功能的值 isProduct = pStr Else isProduct = "" End If End Function |
Function Finder(byRef prodList, byVal refList) '模糊查询 refList = lCase(refList) ' 通过指针循环查找匹配字段 For i = 0 To uBound(prodList) - 1 If inStr(refList, lCase(prodList(i, 0))) Then '找到匹配 tHolder = tHolder & "Are You looking For " _ & "" _ & prodList(i, 0) & " " End If '第二次循环 Next '返回结果 Finder = tHolderEnd Function |
'如果指向头不为空,调出此功能If lCase(Session("Referer")) <> "none" OR Session("Referer") <> "" Then' 解析指向数据 Response.Write vbCrLf & " " _ & Finder(pArray, URLDecode(isProduct(Session("Referer")))) _ & " " & vbCrLf End If |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者