debug时报错:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 1023: unexpected end of data
debug时报错:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 1023: unexpected end of data
-
编码问题:在开头加上
#!/usr/bin/env python # coding=utf-8
记录学习的点点滴滴