gpt4 book ai didi

ruby-on-rails - 简单的 Ruby 'or' 问题

转载 作者:太空宇宙 更新时间:2023-11-03 17:00:52 24 4
gpt4 key购买 nike

在控制台中:

@user.user_type = "hello"
@user.user_type == "hello"
true
@user.user_type == ("hello" || "goodbye")
false

我如何编写最后一条语句,以便它检查 @user.user_type 是否包含在两个字符串之一中?

最佳答案

["hello", "goodbye"].include? @user.user_type

关于ruby-on-rails - 简单的 Ruby 'or' 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4420973/

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