gaohan 发表于 2017-4-29 12:06:17

一句话python支持中文

如果想让python支持中文,只需要在python程序的头部加上下面这一句话:
# -*- coding: cp936 -*-
页: [1]
查看完整版本: 一句话python支持中文