#!/usr/bin/python
s = 'Python-欢迎您'print(s)b = s.encode('utf-8')print(b)print(b.decode('utf-8'))
相关课程
Python3.8系统入门+进阶 (程序员必备第二语言)
¥366 初级 14789
Python3入门机器学习 经典算法与应用
¥499 初级 5969
Scrapy打造搜索引擎 畅销4年的Python分布式爬虫课
¥388 中级 5829
Python3 入门教程
免费 入门 165485
初识机器学习-理论篇
免费 入门 137298
Python多领域工程师
¥4699 59
相关阅读