GivenawebapplicationinwhichthecookieuserNameisexpectedtocontainthenameoftheuser.Which ELexpressionevaluatestothatusername?()A.${userName}B.${cookie.userName}C.${cookie.user.name}D.${cookies.userName[0]}

题目
GivenawebapplicationinwhichthecookieuserNameisexpectedtocontainthenameoftheuser.Which ELexpressionevaluatestothatusername?()

A.${userName}

B.${cookie.userName}

C.${cookie.user.name}

D.${cookies.userName[0]}


相似考题
参考答案和解析
参考答案:B