sublime下编写python,会碰上中文不识别的问题,在python中一般是加“#coding utf-8”,但是在sublime中并不会识别,需要设置(File-Save with Encoding-UTF-8 with BOM)