Heim >Backend-Entwicklung >PHP-Tutorial >PHP程序在浏览器中文乱码有关问题

PHP程序在浏览器中文乱码有关问题

WBOY
WBOYOriginal
2016-06-13 12:21:12919Durchsuche

PHP程序在浏览器中文乱码问题

如果 你的 PHP源文件是用 utf-8 编码的。你在源文件中的 中文 在浏览器中 要想不乱吗, 你就要告诉浏览器,你的中文是用utf-8 编码的。

具体就是加上下面这一句
header(“Content-Type: text/html; charset=utf-8”);

在我的程序上生效了。 你试试。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn