gpt4 book ai didi

ruby-on-rails - 更好的替代方法 try( :output). try( :data). try( :name)?

转载 作者:数据小太阳 更新时间:2023-10-29 07:13:16 33 4
gpt4 key购买 nike

“输出”是一个序列化的 OpenStruct。

定义标题
try(:output).try(:data).try(:title)
结束

什么会更好? :)

最佳答案

或者只是这样:

def title
output.data.title rescue nil
end

关于ruby-on-rails - 更好的替代方法 try( :output). try( :data). try( :name)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1480674/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com