ScriptingFunctionsuudecode本页总览uudecode注意这个$函数以小写字母开头。 描述 解码 UU 编码格式的字符串。 名称描述dest[]存储解码结果的数组const source[]需要解码的 UU 编码字符串maxlength = sizeof (dest)目标数组的最大可用长度 返回值 此函数不返回特定值。 示例 uudecode(normalString, encodedString); // 将encodedString解码到normalString数组 相关函数 uuencode: 将字符串编码为 UU 格式 memcpy: 内存数据复制函数