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.
在我的数据库中,我有很多
“
不要将此与
"
这些没有显示在我的网站上,有没有办法将它们取出并显示在我的网站上,而无需将它们全部转换为 html 字符代码?
我正在使用 PHP。
我假设 MySQL 和 Apache。
在任何其他查询之前,运行此查询:
SET NAMES utf8
还要确保您的网站使用的是 utf-8。在您的 .htaccess 中,添加:
AddDefaultCharset utf-8 AddCharset utf-8 .html .css .js .xml .json .rss .atom
然后,在您head的页面上,添加
head
<meta charset="utf-8" />