單項(xiàng)選擇題在application對(duì)象中用()方法可以獲得application對(duì)象中的所有變量名。

A.getServerInfo
B.nextElements()
C.removeAttribute
D.getRealPath


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題使用response對(duì)象進(jìn)行重定向時(shí),使用的方法是()。

A.getAttribute
B.setContentType
C.sendRedirect
D.setAttribute

3.單項(xiàng)選擇題下列選項(xiàng)中,()可以準(zhǔn)確地獲取請(qǐng)求頁面的一個(gè)文本框的輸入(文本框的名稱為name)。

A.request.getParameter(name)
B.request.getParameter("name")
C.request.getParameterValues(name)
D.request.getParameterValues("name")

5.單項(xiàng)選擇題()動(dòng)作用于轉(zhuǎn)向另一個(gè)頁面。

A.next
B.forward
C.include
D.param