当前位置:网站首页>ContentType的作用
ContentType的作用
2022-07-06 05:48:00 【緈福的街口】
文章目录
一、ContentType的作用
ContentType决定浏览器采用何种方式对响应体进行处理
二、不同类型的表现效果
对以下程序实现不同表现效果
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
String output = "<h1><a href='http://www.baidu.com'><span>百度</span></a></h1>";
response.setContentType("text/html;charset=utf-8");
response.getWriter().println(output);
1、text/html:html文档
text/html
html文档
调试页面
2、text/plain:纯文本
text/plain
纯文本
调试页面
3、text/xml:XML文档
text/xml
XML文档
调试页面
4、application/x-msdownload:需要下载的资源
application/x-msdownload
下载资源
调试页面
边栏推荐
- c语言——冒泡排序
- 局域网同一个网段通信过程
- Grant Yu, build a web page you want from 0
- 如何在业务代码中使用 ThinkPHP5.1 封装的容器内反射方法
- 大型网站如何选择比较好的云主机服务商?
- 入侵检测领域数据集总结
- 实践分享:如何安全快速地从 Centos迁移到openEuler
- Go language -- language constants
- Construction of yolox based on paste framework
- Market development prospect and investment risk assessment report of China's humidity sensor industry from 2022 to 2028
猜你喜欢
H3C V7版本交换机配置IRF
什么是独立IP,独立IP主机怎么样?
[Jiudu OJ 08] simple search x
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
27io stream, byte output stream, OutputStream writes data to file
What is independent IP and how about independent IP host?
关于 PHP 启动 MongoDb 找不到指定模块问题
Analysis of grammar elements in turtle Library
Jushan database appears again in the gold fair to jointly build a new era of digital economy
H3C防火墙RBM+VRRP 组网配置
随机推荐
B站刘二大人-数据集及数据加载 Lecture 8
養了只小猫咪
Station B Liu Erden - linear regression and gradient descent
Novice entry SCM must understand those things
28io stream, byte output stream writes multiple bytes
Winter 2021 pat class B problem solution (C language)
Li Chuang EDA learning notes 12: common PCB board layout constraint principles
B站刘二大人-反向传播
[SQL Server fast track] - authentication and establishment and management of user accounts
[C language syntax] the difference between typedef struct and struct
[JVM] [Chapter 17] [garbage collector]
PDK process library installation -csmc
ArcGIS应用基础4 专题图的制作
[Jiudu OJ 07] folding basket
嵌入式面试题(四、常见算法)
OSPF configuration command of Huawei equipment
Jushan database appears again in the gold fair to jointly build a new era of digital economy
B站刘二大人-多元逻辑回归 Lecture 7
华为路由器忘记密码怎么恢复
[imgui] unity MenuItem shortcut key