<!-- 解決ResponseBody 亂碼問題StringHttpMessageConverter這個(gè)轉(zhuǎn)換器轉(zhuǎn)換時(shí),父類AbstractHttpMessageConverter的supportedMediaTypes屬性默認(rèn)是iso-8895-1導(dǎo)致 --> <mvc:annotation-driven> <mvc:message-converters> <bean class="org.springframework.http.converter.StringHttpMessageConverter"> <property name="...
www.dbjr.com.cn/article/1306...htm 2025-5-17