byte = b'Python in Hsoub Wiki' >>> byte.replace(b'Wiki', b'Academy') b'Python in Hsoub Academy' >>> byte = b'Python, Python, Python' ...
確定! 回上一頁