找考题网-背景图
单项选择题

<%=Session[“username”]%>等价语句是()

A.Response.Write(Session[“username”]);
B.Response.Redirect(Session[“username”])
C.Window.location.href=Session[“username”];
D.Alert(Session[“username”]);