Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
与数据库的连接是否也是 UTF-8 编码的?
试一试:在连接到 mysql 数据库后,立即运行以下查询。
SET NAMES utf8;
这应该可以解决问题(请参阅MySQL 文档)。(是的,每次连接时都必须这样做。)
顺便说一句:不要只依赖<meta>-Tag,发送适当的 HTTP 标头。
<meta>