1、指定解释器及其路径
window系统:
#!/usr/bin/python
linux系统:
#!/usr/bin/env python
2、指定.py文件的编码类型
# -*- coding: utf-8 -*-