單項(xiàng)選擇題下面的哪個(gè)選項(xiàng)不能實(shí)現(xiàn)頁(yè)面的跳轉(zhuǎn)?()

A.<jsp:redirecturl="someurl"/>
B.<jsp:forwardpage="someurl"/>
C.<%response.sendRedirect("someurl");%>


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題以下哪條語(yǔ)句能夠?qū)ession中的屬性key刪除?()

A.session.unbind("key");
B.session.remove("key");
C.session.removeAttribute("key");
D.session.unbindAttribute("key");

4.單項(xiàng)選擇題下面關(guān)于配置web默認(rèn)頁(yè)面index.html的說(shuō)法中,正確的是()。

A.<welcome-file-list><welcome-files>index.html</welcome-files></welcome-file-list>
B.<welcome-file-lists><welcome-file>index.html</welcome-file></welcome-file-lists>
C.<welcome-file-list><welcome-file>index.html</welcome-file></welcome-file-list>
D.<welcome-file-lists><welcome-files>index.html</welcome-files></welcome-file-lists>

5.單項(xiàng)選擇題關(guān)于HTTP請(qǐng)求中的GET和POST方法下面敘述正確的是()。

A.GET方法提交數(shù)據(jù)會(huì)將所有數(shù)據(jù)顯示在URL地址的后面
B.POST方法提交數(shù)據(jù)會(huì)將所有數(shù)據(jù)顯示在URL地址的后面
C.GET方法提交數(shù)據(jù)更安全
D.使用POST方法提交漢字?jǐn)?shù)據(jù)不會(huì)亂碼