企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# ParseByFormat `ParseByFormat(Value, Format, [CustomFormat], [Bytes]) {Object}` `Value`-`{String}` 要解析的值 `Format`-`{WebFormat}` `CustomFormat`-`{String}` *可选* 注册自定义转换器的名称 `Bytes`-`{Variant}` *可选* 自定义转换器的字节数(如果`ParseType ="Binary"`) Helper用于将值解析为给定的`WebFormat`或自定义格式。 基于给定的`Value`返回`Dictionary`或`Collection`。