摘要: 英文文档: class bytes([source[, encoding[, errors]]]) Return a new “bytes” object, which is an immutable sequence of integers in the range 0 <= x < 256. b 阅读全文
posted @ 2016-10-20 11:11 十月狐狸 阅读(34590) 评论(2) 推荐(2) 编辑
摘要: 英文文档: class bytearray([source[, encoding[, errors]]]) Return a new array of bytes. The bytearray class is a mutable sequence of integers in the range 阅读全文
posted @ 2016-10-20 10:25 十月狐狸 阅读(24919) 评论(0) 推荐(3) 编辑