2019年2月1日

类型转换

摘要: int("123") 123 int("3f",16) 63 bytes([72,9,64]) b'H\t@' list("abc") ['a', 'b', 'c'] set(["one","two"]) {'one','two'} [int(x) for x in ('1','29','-3')] 阅读全文

posted @ 2019-02-01 21:13 冬天里暖阳 阅读(81) 评论(0) 推荐(0) 编辑

python 中 类型转换 bytes

摘要: https://www.cnblogs.com/sesshoumaru/p/5980090.html 阅读全文

posted @ 2019-02-01 21:04 冬天里暖阳 阅读(751) 评论(0) 推荐(0) 编辑

导航