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.
私のデータベースにはたくさんあります
“
これをと混同しないでください
"
これらは私のWebサイトに表示されませんが、すべてをhtml charコードに変換せずに、それらを取り出して私のサイトに表示する方法はありますか?
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" />