摘要: Python2 >>> >>> isinstance(b'abc', bytes) True >>> >>> isinstance(b'abc', str) True >>> >>> isinstance('abc', str) True >>> >>> isinstance('abc', byte 阅读全文
posted @ 2020-01-27 22:54 moon~light 阅读(561) 评论(0) 推荐(0) 编辑