博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python coding
阅读量:6814 次
发布时间:2019-06-26

本文共 161 字,大约阅读时间需要 1 分钟。

#!/usr/bin/python

-- coding: utf-8 --

s = 'Python-欢迎您'

print(s)
b = s.encode('utf-8')
print(b)
print(b.decode('utf-8'))

转载于:https://blog.51cto.com/546136/2059906

你可能感兴趣的文章
Spring Boot:简介
查看>>
C# 超时工具类 第二版
查看>>
python之next和send用法详解
查看>>
Jshell使用
查看>>
浅谈网站路径分析 转自“蓝鲸网站分析博客”
查看>>
C# Note36: .NET unit testing framework
查看>>
再谈javascript面向对象编程
查看>>
我的博客第一天
查看>>
Aptana studio 3前端开发编辑器推荐
查看>>
Java 语言静态变量和静态方法继承问题(转)
查看>>
RMAN restore fails with ORA-01180: can not create datafile 1 (文档 ID 1265151.1)
查看>>
转 多个版本的数据库在同一服务器上ORA-12557
查看>>
Socket的长连接和短连接
查看>>
java求素数和求一个数的一个正整数的质因数
查看>>
centos6.6 部署 cacti 并采集交换机流量
查看>>
web 开发之js---巧用iframe实现jsp无刷新上传文件
查看>>
WMS相关中英文术语
查看>>
实时监测网络流量
查看>>
块IO与流IO简介
查看>>
best introduction to camera calibration
查看>>