标签:utf-8 nbsp world bsp 脚本 python3 print python python2.7
执行脚本:
h.py——》print("hello world")
python E:\aaa\h.py
python2.7 :
# -*- coding: UTF-8 -*-
print("你好,世界")
python3.6 :
# -*- coding: GBK -*-
print("你好,世界")
标签:utf-8 nbsp world bsp 脚本 python3 print python python2.7
原文地址:http://www.cnblogs.com/linuxws/p/6900836.html