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