摘要: ``` # bytes object b = b"example" # str object s = "example" # str to bytes sb = bytes(s, encoding = "utf8") # bytes to str bs = str(b, encoding = "utf8") ... 阅读全文
posted @ 2018-11-20 22:19 暮晨 阅读(189) 评论(0) 推荐(0) 编辑

Aaron Swartz was and will always be a hero