多項(xiàng)選擇題閱讀下面代碼片段:response.setContentType("text/html;charset=utf-8");下列選項(xiàng)中,與上述代碼功能等效的是()。

A.response.setCharacterEncoding("utf-8");
B.request.setCharacterEncoding("utf-8");
C.response.setHeader("Content-Type","text/html;charset=utf-8");
D.response.setHeader("Content-Type","charset=utf-8");


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

5.單項(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>