实践
Python2.x
python -c 'import locale; print(locale.getpreferredencoding())'
Python 3.x
python3 -c 'import locale; print(locale.getpreferredencoding())'
玩命加载中 . . .
Python2.x
python -c 'import locale; print(locale.getpreferredencoding())'
Python 3.x
python3 -c 'import locale; print(locale.getpreferredencoding())'