摘要: protected void Page_Load(object sender, EventArgs e) { bind(); } string strStyle; protected void bind() { int n = Convert.ToInt32(Request.QueryString["id"]); switch (n) { case 1: strStyle = "时政要闻"; t... 阅读全文
posted @ 2009-06-21 14:32 赛楠 阅读(326) 评论(0) 推荐(0)