
给定一个JSP程序源码如下:
在two.jsp中加入( )代码片断可以输出参数location的值。
a) b)
c) <% = request.getAttribute(“location”)%> d)<% = request.getParameter(“location”)%>
c) <% = request.getAttribute(“location”)%> d)<% = request.getParameter(“location”)%>