闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

2009年6月30日

摘要: protected void Page_Load(object sender, EventArgs e) { string ip = Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (string.IsNullOrEmpty(a)) { ip = Request.ServerVariables["REMOTE_ADDR"]; } } 阅读全文

posted @ 2009-06-30 17:31 闲坐敲棋 阅读(219) 评论(0) 推荐(0)