3 lines
45 B
Ruby
3 lines
45 B
Ruby
|
|
str = "你好"
|
||
|
|
str.include?("好") # => true
|