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