摘要:
# 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 meth... 阅读全文
posted @ 2018-04-26 13:49
""
阅读(131)
评论(0)
推荐(0)
浙公网安备 33010602011771号