aardio 文档

string.quotedPrintable 库模块帮助文档

string.quotedPrintable 成员列表

string.quotedPrintable.decode

解码

string.quotedPrintable.decode("字符串",输出UTF8编码)

参数@2可选,指定输出编码为UTF8,默认为true,
如果指定为false,在解码后转换为UTF8,
成功返回字符串,失败返回null,错误信息

string.quotedPrintable.encode

编码

string.quotedPrintable.encode("字符串",输入UTF8编码)

参数@2可选,用于指定源字符串是否UTF8编码,默认为true,
返回字符串

Markdown 格式