A.application
B.session
C.pageContext
D.servletcontext
您可能感興趣的試卷
你可能感興趣的試題
A.errorPage
B.Exception
C.isErrorPage
D.error
A.目錄或文件
B.服務(wù)器名稱
C.協(xié)議
D.IP地址或域名
A.web.xml配置文件里綁定在servlet上的參數(shù)
B.web.xml所有的servlet都能獲得的參數(shù)
C.頁面?zhèn)鬟f來的參數(shù)
D.sessin里設(shè)置的參數(shù)
A.response.getParameter(“title”);
B.requert.getParameters(“title”);
C.request.getAttribute(“title”);
D.requert.getParameter(“title”);
A.<link href="css/css1.css" rel="stylesheet" type="text/css">
B.<input href="css/css1.css" rel="stylesheet" type="text/css">
C.<import href="css/css1.css" rel="stylesheet" type="text/css">
D.<link src="css/css1.css" rel="stylesheet" type="text/css">
最新試題
在Spring WebFlux中,哪個(gè)接口用于表示服務(wù)器端HTTP請(qǐng)求()
在Spring WebFlux中,以下哪個(gè)操作符用于獲取Flux中的前N個(gè)值()
Spring WebFlux與Spring MVC的主要區(qū)別是什么()
在Vue Router中,路由獨(dú)享的守衛(wèi)beforeEnter可以在哪個(gè)配置上定義()
在Vue Router中,哪個(gè)屬性用于定義路由的路徑()
以下哪個(gè)不是測(cè)試REST API的方法()
在Reactor中,哪個(gè)操作符用于將每個(gè)元素映射到一個(gè)新值()
響應(yīng)式編程主要關(guān)注什么()
Jjwt類庫(kù)主要用于什么()
響應(yīng)式編程的哪個(gè)特點(diǎn)允許事件驅(qū)動(dòng)的系統(tǒng)通過push而不是pull來處理()