问答题 {{B}}[{{/B}}问题2{{B}}]{{/B}} 请根据图6-15网页的显示效果,将ASP程序中(2)、(5)、(7)、(8)、(9)空缺处的代码补充完整。 供选择的答案: A.Trim(request("item")) B.rs item.movenext C.rs.movenext D.<!--#include file="conn.asp"--> E.select*from data where item="&item_type&" F.<td width="43"height="30"align="center"><%=rs("Brand")%></td> G.<td width="43"height="30"align="center"><%=rs("hits")%></td>
【正确答案】
【答案解析】(2) D,或<!--#include file="conn.asp"--> (5) B,或rs_item.movenext (7) A,或Trim(request("item")) (8) E,或select*from data where item="&item_type&" (9) G,或<td width="43"height="30"align="center"><%=rs("hits")%></td>