摘要: 字符串处理函数1.返回字符串的长度str.length => integer2.判断字符串中是否包含另一个串str.include? other_str => true or false"hello".include? "lo" #=> true"hello".include? "ol" #... 阅读全文
posted @ 2015-09-06 23:34 PointNet 阅读(1212) 评论(0) 推荐(0) 编辑