A.getMethod()
B.getHeader()
C.getParameter()
D.getCookies()
您可能感興趣的試卷
你可能感興趣的試題
A.request.getParameter("password")
B.request.getParameters("password")[0]
C.request.getParameterValues("password")[0]
D.request.getRequestParameter("password")
A.ResponseStream out=response.getResponseStream()
B.ResponseStream out=response.getStream()
C.ResponseStream out=response.getOutputStream()
D.ServletOutputStream out=response.getOutputStream()
A.Model 2架構(gòu)的視圖是由HTML組成
B.Model 2架構(gòu)中的模型無(wú)法通知視圖狀態(tài)已更新
C.MVC架構(gòu)是基于請(qǐng)求/響應(yīng)模型
D.MVC架構(gòu)只能用于單機(jī)應(yīng)用程序
A.模型(Model)
B.視圖(View)
C.控制器(Controller)
A.WEB-INF目錄
B.conf目錄
C.lib目錄
D.classes目錄
最新試題
在Spring Boot中,使用()注解可以創(chuàng)建一個(gè)全局異常處理器,用于捕獲并處理應(yīng)用中發(fā)生的異常。
Spring Boot的@RestController注解和@Controller注解在功能上是完全相同的。
在Spring Boot中,使用@Autowired注解可以自動(dòng)裝配Bean到()、構(gòu)造器或setter方法中。
Vue組件的模板通常放在<template>標(biāo)簽內(nèi),組件的邏輯代碼則寫在<script>標(biāo)簽內(nèi),而樣式代碼則寫在<style>標(biāo)簽內(nèi),這三個(gè)標(biāo)簽統(tǒng)稱為()。
在Vue中,可以使用v-model指令實(shí)現(xiàn)表單元素與數(shù)據(jù)的()綁定。
在Spring Boot中,使用()注解可以創(chuàng)建一個(gè)Spring管理的Bean。
Vue的watch選項(xiàng)用于觀察和響應(yīng)Vue實(shí)例上的數(shù)據(jù)變化,并在數(shù)據(jù)變化時(shí)運(yùn)行()。
在Spring Boot應(yīng)用中,每個(gè)類都可以使用@SpringBootApplication注解。
在Vue中,v-if和v-else指令用于()元素的顯示與隱藏。
在Spring Boot的application.properties文件中,可以配置服務(wù)器的端口號(hào),如server.port=()。