예제 연습, Exam8
Posted 2008/10/02 14:39, Filed under: 학과수업들/JSPexam8.jsp
<% response.setContentType("text/html"); response.setHeader("Favorite-Coffee", "choice"); %> <html> <head> <title>Response Headers</title> </head> <body> Content의 문자열 인코딩 방식 : <%= response.getCharacterEncoding() %><br> Favorite-Coffee 헤더 ? : <%= response.containsHeader("Favorite-Coffee") %><br> Good-Morning 헤더 ? : <%= response.containsHeader("Good-Morning") %><br> </body> </html>
Response :
0 Trackback
,
0 Comment
Trackback URL : http://mysilpir.net/trackback/310
