14.给顶一个JSP程序源代码,如下:
A. t;jsp:include page="two.jsp" flush="true">
B. t;jsp:param name="location" value="bejing"/>
C. t;/jsp:include>
D. wo.jsp中使用( )代码片段可以输出参数location的值。
E. <jsp:getParameter name= >
F. <%=request.getParameter() %>
G. <%=request.getAttribute() %>
H. <jsp:getParam name= >