servlet中中文正常顯示,mysql資料庫手動插入中文正常顯示,servlet向mysql中插入中文顯示亂碼:
解決方案:連接配接mysqlURL中添加字元集限制dburl="jdbc:mysql://localhost:3306/gprsdb?useUnicode=true&characterEncoding=utf-8";
servlet中中文正常顯示,mysql資料庫手動插入中文正常顯示,servlet向mysql中插入中文顯示亂碼:
解決方案:連接配接mysqlURL中添加字元集限制dburl="jdbc:mysql://localhost:3306/gprsdb?useUnicode=true&characterEncoding=utf-8";