ssm框架下web项目,web.xml配置文件的作用
1. web.xml中配置了CharacterEncodingFilter,配置这个是拦截所有的资源并设置好编号格式。 encoding设置成utf-8就相当于request.setCharac ...
1. web.xml中配置了CharacterEncodingFilter,配置这个是拦截所有的资源并设置好编号格式。 encoding设置成utf-8就相当于request.setCharac ...