国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > ASP > 正文

asp實(shí)現(xiàn)限制搜索的關(guān)鍵字的函數(shù)

2024-05-04 11:01:20
字體:
供稿:網(wǎng)友
<%
'******************************
'函數(shù):CheckQuery(ByVal str)
'參數(shù):str ----搜索的字符串
'作者:阿里西西
'日期:2007/7/15
'描述:限制搜索的關(guān)鍵字
'示例:CheckQuery(str)
'******************************
 Public Function CheckQuery(ByVal str)
  Dim FobWords, i, keyword
  keyword = str
  On Error Resume Next
  FobWords = Array(91, 92, 304, 305, 430, 431, 437, 438, 12460, 12461, 12462, 12463, 12464, 12465, 12466, 12467, 12468, 12469, 12470, 12471, 12472, 12473, 12474, 12475, 12476, 12477, 12478, 12479, 12480, 12481, 12482, 12483, 12485, 12486, 12487, 12488, 12489, 12490, 12496, 12497, 12498, 12499, 12500, 12501, 12502, 12503, 12504, 12505, 12506, 12507, 12508, 12509, 12510, 12532, 12533, 65339, 65340)
  For i = 1 To UBound(FobWords, 1)
   If InStr(keyword, ChrW(FobWords(i))) > 0 Then
    CheckQuery = False
    Exit Function
   End If
  Next
  FobWords = Array("~", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "+", "=", "`", "[", "]", "{", "}", ";", ":", """", "'", "<", ">", ".", "/", "/", "|", "?", "about", "after", "all", "also", "an", "and", "another", "any", "are", "as", "at", "be", "because", "been", "before", "being", "between", "both", "but", "by", "came", "can", "come", "could", "did", "do", "each", "for", "from", "get", "got", "had", "has", "have", "he", "her", "here", "him", "himself", "his", "how", "if", "in", "into", "is", "it", "like", "make", "many", "me", "might", "more", "most", "much", "must", "my", "never", "now", "of", "on", "only", "or", "other", "our", "out", "over", "said", "same", "see", "should", "since", "some", "still", "such", "take", "than", "that", "the", "their", "them", "then", "there", "these", "they", "this")
  keyword = Left(keyword, 100)
  keyword = Replace(keyword, "!", " ")
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 澄江县| 赤峰市| 林州市| 蓝山县| 揭西县| 海丰县| 平凉市| 云浮市| 韶山市| 鄢陵县| 浑源县| 阿鲁科尔沁旗| 微山县| 乐昌市| 区。| 鹿泉市| 自贡市| 西乌珠穆沁旗| 新竹县| 洛阳市| 乌拉特前旗| 瑞金市| 康定县| 冀州市| 荆州市| 太康县| 平陆县| 阿拉善左旗| 东至县| 霞浦县| 长汀县| 清河县| 宜州市| 通辽市| 砚山县| 梅河口市| 梅河口市| 武乡县| 仁化县| 宜昌市| 安徽省|