后端开发2025年06月19日
class String def has_one_in?(string_Arr) has = false string_Arr.each { |word| has= self.include?(word) if has break end } has end end def decode_subject(sub) if sub.include?("...
本站已有295人使用QQ登录你即将成为第296位