A.request.getRequestDispatcher(“index.jsp”).forward()
B.response.sendRedirect(“index.jsp”)
C.request.getParameterValues(“name”)
D.response.setContentType(“text/html;charset=gbk”)
您可能感興趣的試卷
你可能感興趣的試題
A.request.getServerName()
B.request.getRemoteAddr()
C.request.getServletPath()
D.request.getRemoteHost()
A.request.getServerName()
B.request.getRemoteAddr()
C.request.getServerPort()
D.request.getRemoteHost()
A.request.setContentType()
B.request.setCharacterEncoding()
C.request.setPageCoding()
D.request.setCharset()
A.getRequestDispatcher()
B.forward()
C.sendRedirect()
D.setRequestDispatcher()
A.Response對象
B.Session對象
C.Application對象
D.Request對象
最新試題
關(guān)閉自動提交模式的方法是()
在JSP中,page指令的()屬性確定JSP響應(yīng)的MIME類型。
在JSP中,page指令的()屬性定義JSP頁面使用的編碼。
在JSP中,制作留言板通常使用下面哪個JSP內(nèi)置對象?()
JSP頁面是以()為擴展名進行保存。
回滾事務(wù)的方法是()
在JSP頁面中動態(tài)包含一個文件動作標(biāo)記是()
include指令的作用是把JSP文件、HTML網(wǎng)頁或其它的()嵌入到當(dāng)前的JSP頁面中。
在JSP頁面中下列哪個動作標(biāo)記不能單獨使用,只能作為子標(biāo)記使用?()
在JSP中,page指令的()屬性通知瀏覽器用怎樣的編碼解析收到的字符。