lanying56123 发表于 2017-4-26 11:55:42

Python如何进行中文注释

  很简单在python脚本中添加:#coding:utf-8

#hello.py
#coding:utf-8
#支持中文注释
print 'hello world'
页: [1]
查看完整版本: Python如何进行中文注释