风故故,也依依

Stand still in the wind.

导航

2007年6月24日 #

说说pageEncoding和contentType

摘要: pageEncoding在JSP标准的语法中,如果pageEncoding属性存在,那么JSP页面的字符编码方式就由pageEncoding决定,否则就由contentType属性中的charset决定,如果charset也不存在,JSP页面的字符编码方式就采用默认的ISO-8859-1。ContentType ContentType属性指定了MIME类型和JSP页面回应时的... 阅读全文

posted @ 2007-06-24 15:43 jadmin 阅读(366) 评论(0) 推荐(0)