解决中文数据库乱码或者页面显示乱码问题

1、在页面最上面加上: [html] view plain copy <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>    2、配置数据库连接的时候 [html] view plain copy jdbc.mysql.url=jdbc:mysql://localhost:3306/db?useUnicod
相关文章
相关标签/搜索