コードコピーは次のとおりです。
<%
Response.Write "キーワード:("&trim(request( "q"))& ")"& "<hr>"
x = cheplage(trim(request( "q"))、 ""、 "、")
'x = array(x)
t = split(x、 "、")
sql = "select*fromtbwherekis <> 0"
fori = 0toubound(t)
ift(i)<> "" then
Response.Write "Things"&i+1& ":"&t(i)& "<hr>"
sql = sql& "ortitlelike '"&t(i)& "'" 'これが重要です
endif
次
Response.writesql
%>
<formaction = "">
<表>
<tr>
<td> <inputname = "q" onkeyup = "this.value = this.value.replace(// s+/g、 '')"> <inputtype = "submit" value = "check
お問い合わせ "> </td>
</tr>
</table>
</form>