水果網(wǎng)站策劃方案百度seo優(yōu)化價格
- 安裝了中文語言包。
sudo apt-get install language-pack-zh-hans
- 將系統(tǒng)的默認(rèn)語言設(shè)置為中文
sudo update-locale LANG=zh_CN.UTF-8
- 添加環(huán)境
/etc/profile 最后中添加
export LANG=zh_CN.utf8
export LC_CTYPE="zh_CN.utf8"
可以在~/.bashrc文件后面也加上