标签:编码 class decode 北京天安门 code 北京 python blog bsp
1 #!/usr/bin/env python 2 #coding:utf-8 3 4 msg="我爱北京天安门" 5 6 print(msg.encode(‘utf-8‘)) 7 8 print((msg.encode(‘utf-8‘)).decode(‘utf-8‘))
标签:编码 class decode 北京天安门 code 北京 python blog bsp
原文地址:http://www.cnblogs.com/alstonlee/p/6393227.html