01 2017 档案
摘要:context.Response对象是用来控制输出的,几个重要的应用如下: ①context.Response.Write(String s)函数 输出一个字符串s,类似于C语言的puts(s)语句 ②context.Response.ContentType属性 用来设置HTTP中的内容类型,一般有
阅读全文
摘要:<%@WebHandler Language="C#" Class="server"%> using System; using System.Web; public class server : IHttpHandler { public void ProcessRequest(HttpConte
阅读全文

浙公网安备 33010602011771号