摘要: public bool Contains(string value)如果值参数出现在此字符串内,或者值为空字符串(“”),则为true; 否则为false using System; class Example { public static void Main() { string s1 = "The quick brown fox jumps over th... 阅读全文
posted @ 2017-01-25 22:45 winfercn 阅读(4023) 评论(0) 推荐(1)
摘要: public bool Contains(string value)如果值参数出现在此字符串内,或者值为空字符串(“”),则为true; 否则为false 阅读全文
posted @ 2017-01-25 22:41 winfercn 阅读(291) 评论(0) 推荐(0)