01 2017 档案
摘要:String.IsNullOrEmpty(s) String.Split() RemoveEmptyEntries()
阅读全文
摘要:public bool Contains(string value)如果值参数出现在此字符串内,或者值为空字符串(“”),则为true; 否则为false using System; class Example { public static void Main() { string s1 = "The quick brown fox jumps over th...
阅读全文
摘要:public bool Contains(string value)如果值参数出现在此字符串内,或者值为空字符串(“”),则为true; 否则为false
阅读全文