給定一個(gè)JSP程序源碼如下: ()。
A.<% = request.getParameter(“location”)%> B.<jsp:getParametername = “location”> C.<% = request.getAttribute(“location”)%> D.<%=request.getattribute(“location”)%>
A.model B.controller C.以上都不是 D.view
A.getservletinfo B.destroy C.service D.init