欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

支持加號(hào)空格的查詢

 更新時(shí)間:2006年08月25日 00:00:00   作者:  
復(fù)制代碼 代碼如下:

<%
Response.write "關(guān)鍵字:("&trim(request("Q"))&")"&"<hr>"
x=Replace(trim(request("Q"))," ",",")
'x=array(x)
t=split(x,",")
SQL="Select * From TB where kis<>0"
for i=0 to UBound(t)
if t(i)<>"" then
Response.write "第"&i+1&":"&t(i)&"<hr>"
SQL=SQL&" or title like '"&t(i)&"'"  '這個(gè)是關(guān)鍵
end if
next
Response.write SQL
%>
<Form action="">
<table>
<tr>
<td><Input Name="Q" onkeyup="this.value=this.value.replace(/\s+/g,' ')"><input type="submit" value="查
詢"></td>
</tr>
</table>
</form>

相關(guān)文章

最新評(píng)論