摘要: 1.Ajax请求处理页面: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.SessionState; using System.Web.Ser 阅读全文
posted @ 2016-01-28 13:27 Twang 阅读(3179) 评论(0) 推荐(0)
摘要: public class A { public int Property1 { get; set; } } static void Main(){ A aa = new A(); Type type = aa.GetType();//获取类型 System.Reflection.PropertyIn 阅读全文
posted @ 2016-01-28 13:22 Twang 阅读(252) 评论(0) 推荐(0)