码迷,mamicode.com
首页 > 其他好文 > 详细

基础DAY13-文本编码

时间:2019-08-27 19:18:56      阅读:53      评论:0      收藏:0      [点我收藏+]

标签:code   img   png   day   文本   字符   alt   http   info   

  技术图片

python2 字符串

# *-* coding:utf8 *-*
# 引号前面的u告诉解释器这是一个utf8编码格式的字符串
hello_str = u"hello世界"
print(hello_str)
for c in hello_str:
print(c)

 

基础DAY13-文本编码

标签:code   img   png   day   文本   字符   alt   http   info   

原文地址:https://www.cnblogs.com/joycezhou/p/11420142.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!