51Testing软件测试论坛
标题:
python 的三种字符串类型
[打印本页]
作者:
素简生香
时间:
2017-12-6 14:00
标题:
python 的三种字符串类型
python语言有 3种字符串的表示类型,分别是 str,bytes 和 unicode:
•在 python2.x 的版本中 str 类型是 ASCII 码的1字节(8比特位)的字符串类型;用 unicode 类型来专门表达 unicode 字符串;
•在 python3.x 的版本中 str 类型是 unicode 字符串,而用 bytes 表示8比特位字符串;
示例代码回复可见~
作者:
bob612
时间:
2017-12-12 16:57
感谢分享
作者:
lywtest
时间:
2017-12-13 09:23
VBv
作者:
lzsong520
时间:
2018-1-5 16:23
偷偷偷偷偷偷偷偷偷偷偷偷
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2