The opposite method of bytes.decode() is str.encode() , which returns a bytes representation of the Unicode string, encoded in the requested encoding.
確定! 回上一頁