context.Response.ContentType = "text/html"; string fullpath = context.Server.MapPath("hello.htm"); context.Response.Write(fullpath); string content = System.IO.File.ReadAllText(fullpath); context.Response.Write(content);
相关文章
- 07-11文件 base64 相互转换
- 07-11返回文件流/文件预览
- 07-11SpringBoot 获取上传文件真实格式
- 07-11使用阿里云进行文件上传
- 07-11python – 为什么从文件末尾搜索允许BZip2文件而不是Gzip文件?
- 07-11单例模式的饿汉式读取db.properties文件中的内容
- 07-11bzip2 一种块排序文件压缩软件
- 07-11Mybatis【2.1】-- 从读取流到创建SqlSession发生了什么?
- 07-11Tomcat_ServletInputStream#readLine读取一行数据
- 07-11shell 命令 文件(解)压缩 tar,zip, gzip,bzip2