单项选择题
<%=Session[“username”]%>等价语句是()
A.Response.Write(Session[“username”]);
B.Response.Redirect(Session[“username”])
C.Window.location.href=Session[“username”];
D.Alert(Session[“username”]);
点击查看答案&解析
相关考题
