單項選擇題Page指令中的哪一個屬性用來定義Jsp頁面的MIME類型和Jsp字符的編碼?()

A.contentType
B.import
C.language
D.session


您可能感興趣的試卷

你可能感興趣的試題

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

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

3.單項選擇題下面關于配置web默認頁面index.html的說法中,正確的是()。

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>

4.單項選擇題關于HTTP請求中的GET和POST方法下面敘述正確的是()。

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

5.單項選擇題下面JSP標簽中,具有轉(zhuǎn)發(fā)功能的是()。

A.<jsp:include>
B.<jsp:forward>
C.<jsp:param>
D.<jsp:redirect>