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");
您可能感興趣的試卷
你可能感興趣的試題
A.<jsp:redirecturl="someurl"/>
B.<jsp:forwardpage="someurl"/>
C.<%response.sendRedirect("someurl");%>
A.contentType
B.import
C.language
D.session
A.session.unbind("key");
B.session.remove("key");
C.session.removeAttribute("key");
D.session.unbindAttribute("key");
A.頁(yè)面跳轉(zhuǎn)失敗
B.頁(yè)面結(jié)果顯示為:hello${company}
C.頁(yè)面跳轉(zhuǎn)錯(cuò)誤,程序出現(xiàn)異常
D.正常跳轉(zhuǎn),頁(yè)面顯示為:helloXXX有限公司
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>
最新試題
下列request和response內(nèi)置對(duì)象的使用不正確的是()
在JSP頁(yè)面中下列哪個(gè)動(dòng)作標(biāo)記不能單獨(dú)使用,只能作為子標(biāo)記使用?()
在JSP頁(yè)面中下列哪個(gè)動(dòng)作標(biāo)記不能獨(dú)立使用?()
提交事物的方法是()
在JSP中,page指令的()屬性確定JSP響應(yīng)的MIME類型。
在JSP中,用來(lái)向用戶端輸出數(shù)據(jù)的JSP內(nèi)置對(duì)象是()
在JSP中判斷是否是一個(gè)新建的session的方法是()
在JSP頁(yè)面中動(dòng)態(tài)包含一個(gè)文件動(dòng)作標(biāo)記是()
在JSP中獲取用戶請(qǐng)求的當(dāng)前WEB服務(wù)目錄的方法是()
關(guān)閉自動(dòng)提交模式的方法是()