摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; /// /// Nation 的摘要说明 /// public class Nation { public Nation() { // // TODO: 在此处添加构... 阅读全文
posted @ 2016-07-21 02:04 一人饮酒醉(SeVen❤) 阅读(231) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class Default11 : System.Web.UI.Page { p... 阅读全文
posted @ 2016-07-21 01:16 一人饮酒醉(SeVen❤) 阅读(239) 评论(0) 推荐(0)
摘要: 内置对象:1、Response - 响应请求对象 Response.Redirect("Default2.aspx"); //重定向 Response.Write("<script>window.open('Default2.aspx');</script>"); 2、Request - 接收请求对 阅读全文
posted @ 2016-07-21 00:55 一人饮酒醉(SeVen❤) 阅读(119) 评论(0) 推荐(0)