from:http://wing123.iteye.com/blog/352596<!--指定Web应用的默认编码集,相当于调用HttpServletRequest的setCharacterEncoding方法--><constantname="struts.i18n.encoding"value="UTF-8"/><!--该属性指定需要Struts2处理的请求后缀,该属性的默认值是action,即所有匹配*.action的请求都由Struts2处理。如果用户需要指定多个请求后缀,则多个后缀之间以英文逗号(,)隔开。--&g Read More
posted @ 2012-04-24 22:33 庚武 Views(205) Comments(0) Diggs(0)
HTML <meta>http-equivAttributeExampleUse the http-equiv attribute to define the character set for an HTML document:<head><meta http-equiv="content-type" content="text/html;charset=UTF-8" /></head>Browser SupportThe http-equiv attribute is supported in all Read More
posted @ 2012-04-24 10:38 庚武 Views(569) Comments(0) Diggs(0)