最終更新:2021-08-23 (月) 14:09:28 (975d)  

Python/バイト列
Top / Python / バイト列

Python/bytes

  • immutable

Python/bytearray

  • mutable

stringから変換

  • Python/string.encode?
  • Python/string.decode?

結合

  • b''.join(バイトとかの詰まったリスト)

bytes-like オブジェクト

操作

Python/シーケンス型

バイナリシーケンス型

操作