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.
我已经将一些数据插入到 mysql 数据库中。设置 utf-8 cz。它看起来不错。
但是当我从表中回显一行时,不会显示特殊字符。包括元 utf-8。
任何想法如何解决它?谢谢
利用
mysql_set_charset('utf8');
在 PHP 中执行查询之前
也添加这个,以确保浏览器使用正确的编码读取您的页面:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">