# -*- coding: utf-8 -*- import sys def Main(): sys.stdout.write(u"Hel哈哈汉字出来了lo , World!\n".encode("gb2312")) if __name__=="__main__": Main() 相关文章: