單項(xiàng)選擇題若要獲得名為username的Cookie值,以下語(yǔ)句正確的是()。

A.Requst.Cookie(“username”)
B.Requst.Cookies(“username”)
C.ResponsE.Cookie(“username”)
D.ResponsE.Cookies(“username”)


您可能感興趣的試卷

你可能感興趣的試題

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è)成功!”)