摘要: 解决中文乱码问题 自定义404和500页面 <!--web.xml配置--> <error-page> <error-code>404</error-code> <location>/404.html</location> </error-page> <error-page> <error-code 阅读全文
posted @ 2020-09-18 17:43 幻竹 阅读(168) 评论(0) 推荐(0)