发布时间:2019-07-06 10:45:21编辑:auto阅读(2135)
# bytes object b = b"example" # str object s = "example" # str to bytes bytes(s, encoding = "utf8") # bytes to str str(b, encoding = "utf-8") # an alternative method # str to bytes str.encode(s) # bytes to str bytes.decode(b)
上一篇: Python 三十六计
下一篇: Python06算数运算
51541
51098
41642
38393
32884
29857
28578
23527
23464
21810
1956°
2662°
2214°
2148°
2593°
2180°
2904°
4817°
4662°
3307°