在开发 python 时,会遇到中文显示问题……
现在解决了: 按照如下编写就不会出现中文显示问题了
#!/usr/bin/env python
# -*- coding: utf-8 -*-
utf-8, gb2312, latin-1 and so on
A programmer’s note boke for work and life
在开发 python 时,会遇到中文显示问题……
现在解决了: 按照如下编写就不会出现中文显示问题了
#!/usr/bin/env python
# -*- coding: utf-8 -*-
utf-8, gb2312, latin-1 and so on