記憶力有限程式就拿來放這吧 ; #str to bytes str.encode(s) ; #Bytes to str bytes.decode(b) ; #str to bytes bytes(s, encoding = "utf8") ; #Bytes to str
確定! 回上一頁