1 引言后續待補充2 代碼b = b"Hello, world!" # bytes s = "Hello, world!" # string print('str --> bytes') print(bytes(s, encoding="utf8 ...
確定! 回上一頁