在python代码头部加入以下代码中的一种
# coding=utf-8
#!/usr/bin/python
# -*- coding: utf-8 -*-
#!/usr/bin/python
# vim: set fileencoding=utf-8 :
在python代码头部加入以下代码中的一种
# coding=utf-8
#!/usr/bin/python
# -*- coding: utf-8 -*-
#!/usr/bin/python
# vim: set fileencoding=utf-8 :