文章出處
文章列表
string str = "|||"; Console.WriteLine(str.Substring(0, str.Length - 1)); Console.WriteLine(str.Remove(str.LastIndexOf("|"), 1)); Console.WriteLine(str.Remove(str.Length - 1)); 注:用str.TrimEnd('|')會將所有的|都會清除!
文章列表
全站熱搜