代码如下:<%@ WebHandler Language=”C#” Class=”ChangePwd” %> using System; using System.Web; using System.Web.SessionState; public class ChangePwd : IHttpHandler, IReadOnlySessionState { public void ProcessRequest (HttpContext context) { context.Response.ContentType = “text/plain”;