判断字符串是否以指定的字符串结尾

using System; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { string str = "http://www.baidu.com/"; if(str.EndsWith("
相关文章
相关标签/搜索