💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# ParseByFormat `ParseByFormat(Value, Format, [CustomFormat], [Bytes]) {Object}` `Value`-`{String}` 要解析的值 `Format`-`{WebFormat}` `CustomFormat`-`{String}` *可选* 注册自定义转换器的名称 `Bytes`-`{Variant}` *可选* 自定义转换器的字节数(如果`ParseType ="Binary"`) Helper用于将值解析为给定的`WebFormat`或自定义格式。 基于给定的`Value`返回`Dictionary`或`Collection`。