首页 > 代码库 > 随便写写

随便写写

<style type="text/css"> .test { color:red; font-size:12px; } </style> <body>
///一般处理程序 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"); }