行 10: protected void Page_Load(object sender, EventArgs e) 行 11: { 行 12: string scriptContent = Request.QueryString["user"].ToString() + ",欢迎您!请记住您的密码:" + Request.QueryString["password"].ToString();行 13: Response.Write(scriptContent); 行 14: string scriptString = "aler('" + scriptContent + "');";
null值不能进行ToString
访问Content5-4.aspx的页面需要带user和password参数
比如http://localhost/Content5-4.aspx?user=AlexTaos&password=Taos
一周热门 更多>