最終更新:2021-08-30 (月) 10:47:29 (971d)  

Python/bytes
Top / Python / bytes

バイトオブジェクト

bytes はバイトの不変なシーケンス

https://docs.python.org/ja/3/library/stdtypes.html#bytes

変換

  • b"".join(data)