gpt4 book ai didi

ruby - 在 ruby​​ 中检查变量是否不为零且不为零

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

我正在使用以下代码来检查变量是否不为 nil 且不为零

if(discount != nil && discount != 0) 
...
end

有更好的方法吗?

最佳答案

unless discount.nil? || discount == 0  # ...end

关于ruby - 在 ruby​​ 中检查变量是否不为零且不为零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/252203/

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