發布時間:2020-08-06 15:17 作者:獨孤劍 閱讀:1143
using System; using System.Collections.Generic; using System.Web; namespace WebApplication2 { /// <summary> /// Summary description for Handler1 /// </summary> public class Handler1 : IHttpHandler, System.Web.SessionState.IRequiresSessionState { public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; context.Response.Write("Hello World"); } public bool IsReusable { get { return false; } } } }
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對您有幫助,歡迎給作者打賞