#!/usr/bin/python
-- coding: utf-8 --
s = 'Python-欢迎您' print(s) b = s.encode('utf-8') print(b) print(b.decode('utf-8'))
#!/usr/bin/python
s = 'Python-欢迎您' print(s) b = s.encode('utf-8') print(b) print(b.decode('utf-8'))
音频编码
Python Coding InterviewPython AdvancedJupyterJupyter Notebook
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M