当前位置:主页 > 软件编程 > PHP代码 >
时间:2020-12-12 13:57:10 | 栏目:PHP代码 | 点击:次
在ubuntu下php网页输出乱码,在不涉及数据库编码的情况下:
修改“/etc/php5/apache2/php.ini”将
default_charset = "iso-8859-1"
修改为
default_charset = "utf-8"
然后重启apache:
sudo /etc/init.d/apache2 restart