试题详情

在ASP.NET中,以下代码在执行时将() private void Page_Load(object sender, System.EventArgs e) { Response.Write(Server.UrlEncode("http://ABC.aspx"));}

A在页面中输出字符"http://ABC.aspx"

B在页面中输出字符"http%3a%2f%2fABC.aspx"

C跳转到http://ABC.aspx页面

D不会输出任何信息到请求方