随便写写

///一般处理程序 string action = context.Request["action"]; var adapter= new T_UserTableAdapter(); if (adapter.GetDataByName(action).Count>=1) { context.Response.Write("yes"); } else { context.Response.Write("no"); }
posted @ 2014-06-17 19:20  李玉波  阅读(84)  评论(0编辑  收藏  举报