安装Linux的时候选择的是中文字,但是使用的时候出现了乱码解决方法是在命令提示下输入
export LANG=C
export LC_ALL=zh_CN.GBK export LANG=zh_CN.GBK