最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp获取搜索蜘蛛程序代码
时间:2022-07-02 23:13:07 编辑:袖梨 来源:一聚教程网
asp获取搜索蜘蛛程序代码
Function GetSearcher(ByVal strUrl)
On Error Resume Next
If Len(strUrl)
GetSearcher = "DirectInput"
Exit Function
End If
If strUrl = ‘’Or InStr(strUrl, ":") = 0 Then
GetSearcher = "DirectInput"
Exit Function
End If
Dim Searchlist,i,SearchName
strUrl = Left(strUrl, InStr(10, strUrl, "/") - 1)
strUrl = LCase(strUrl)
Searchlist = "google,baidu,yahoo,3721,zhongsou,sogou"
Searchlist = Split(Searchlist, ",")
For i = 0 To UBound(Searchlist)
If InStr(strUrl, Searchlist(i)) > 0 Then
SearchName = Searchlist(i)
Exit For
Else
SearchName = "other"
End If
Next
GetSearcher = SearchName
End Function
本文章来自
相关文章
- 怪物猎人荒野电锯流盾斧配装搭配分享 10-01
- 优美伤感句子摘抄大全短句 10-01
- 刺客信条影传奇锁镰鬼牙获取方法分享 10-01
- 刺客信条影传奇轻甲能剧大师装扮获取方法 10-01
- 刺客信条影传奇武士刀血影获取方法分享 10-01
- 刺客信条影私贩运营支线任务攻略分享 10-01