encode与decode讲解

    xiaoxiao2023-11-08  148

    1:字符串通过编码转换为字节码,字节码通过解码转换为字符串

    str--->(encode)--->bytes,bytes--->(decode)--->str

    最新回复(0)