名称空间(Namespace): unicode

x.encoding. unicode

unicode 编码管理

方法(Methods)

<static> decode(text)

unicode 解码
参数(Parameters):
名称 类型 描述
text string 文本信息

<static> encode(text)

unicode 编码
参数(Parameters):
名称 类型 描述
text string 文本信息