I was trying to build this bytes object in Python 3:b'3rn'so I tried the obvious (for me), and found a weird behaviour:>>> bytes(3) + b'rn'b'x00x00x00rn' ...
確定! 回上一頁