1. 程式人生 > >Python,如何設定統一編碼格式

Python,如何設定統一編碼格式

編碼格式3:(如果使用了vim)

#!/usr/bin/python 

# vim: set fileencoding=<encoding name> :

例如

#!/usr/bin/python 

# vim: set fileencoding=utf-8 :