bytearray .split(sep=None, maxsplit=-1)Edit. >>> bytearray(b'1 2 3 4 5').split() [bytearray(b'1'), ...
確定! 回上一頁