避免IE在ajax请求时,返回json出现下载

xiaoxiao2021-02-28  88

避免IE在ajax请求时,返回json出现下载

在spring-mvc.xml中配置

<bean id="jacksonMessageConverter" class="org.springframework.http.converter.StringHttpMessageConverter"> <property name="supportedMediaTypes"> <list> <value>text/html;charset=UTF-8</value> </list> </property> </bean>
转载请注明原文地址: https://www.6miu.com/read-31327.html

最新回复(0)