简单接口反射的实例
摘要:在做移动接口的时候简单使用了下反射,如此设计之后,接口的添加相对就方便了很多。publicvoid ProcessRequest(HttpContext context){ //初始化并获取参数 ParamInit(context); context.Response.ContentType = "text/plain"; string func = clsConfig.GetParamString(context.Request["func"]); if (func != "") { ...
阅读全文
posted @
2013-12-23 17:39
苏州毛毛
阅读(3212)
推荐(0)