怎么在Python里使用UTF-8编码 一个完整的开头应该是这个样子的: #! usr/bin/python #coding=utf-8 //这句是使用utf8编码方式方法, 可以单独加入python头使用。