我在Python 3中构建这个字节对象:. b'3\r\n'. 于是我试了: >>> bytes(3) + b'\r\n' b'\x00\x00\x00\r\n'. 得到: >>> bytes(10) ...
確定! 回上一頁