python 中str與bytes的轉換 ... bytes轉字符串方式一b=b'\xe9\x80\x86\xe7\x81\xab' string=str(b,'utf-8') print(string) # bytes轉字符串方式 ...
確定! 回上一頁