码迷,mamicode.com
首页 > 其他好文 > 详细

字符串处理练习_6

时间:2017-07-12 17:42:19      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:tin   http   处理   last   png   substring   user   top   字符   

技术分享

    class Program
    {
        static void Main(string[] args)
        {
            string path = @"C:\Users\15773\Desktop\新余数据库0706_2\新余数据库0706_2\xinyu.mxd";
            string res = path.Substring(path.LastIndexOf(\\) + 1);//这里需要转义一下
            Console.WriteLine(res);
            Console.ReadKey();
        }

    }

 

字符串处理练习_6

标签:tin   http   处理   last   png   substring   user   top   字符   

原文地址:http://www.cnblogs.com/pyGIS/p/7156377.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!