單項(xiàng)選擇題若要獲得名為username的Cookie值,以下語(yǔ)句正確的是()。
A.Requst.Cookie(“username”)
B.Requst.Cookies(“username”)
C.ResponsE.Cookie(“username”)
D.ResponsE.Cookies(“username”)
您可能感興趣的試卷
你可能感興趣的試題
1.單項(xiàng)選擇題用于設(shè)置服務(wù)器響應(yīng)的HTTP內(nèi)容類型,應(yīng)使用Response對(duì)象的()屬性來(lái)實(shí)現(xiàn)。
A.ContentType
B.Expires
C.Buffer
D.Status
2.單項(xiàng)選擇題服務(wù)器端向客戶端輸出“注冊(cè)成功!”,以下語(yǔ)句中,能實(shí)現(xiàn)該操作要求的是()。
A.Request.write“注冊(cè)成功!”
B.Request.write(“注冊(cè)成功!”)
C.ResponsE.write“注冊(cè)成功!”
D.ResponsE.write(“注冊(cè)成功!”)