如何解決Centos中html頁面存取中文亂碼問題?
1.安裝對應的語言包
#yum -y install kde-l10n-Chinese && yum -y reinstall glibc-common localedef -c -f UTF-8 -i zh_CN zh_CN.utf8 export LC_ALL=zh_CN.utf8 vim /etc/profile export LC_ALL=zh_CN.utf8 export.UTF-8 source /etc/profile vim /etc/locale.conf
2.在html的meta中指定使用的字元集
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
相關參考:centOS教學
##
以上是如何解決Centos中html頁面存取中文亂碼問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!