C#编程问题关于Imagelist
在C#中有这样一段代码:stringpath=Application.StartupPath.Substring(0,Application.StartupPath.Su...
在C#中有这样一段代码: string path = Application.StartupPath.Substring(0, Application.StartupPath.Substring(0, Application.StartupPath.LastIndexOf("\\")).LastIndexOf("\\")); 究竟是什么意思? 哪位大侠可以帮助小弟解决????
展开
2个回答
展开全部
晕 这那是什么关于 Imagelist的问题啊 明明就是一个C#编程的常识问题啊! 举例说明如下: 若Application.StartupPath 路径是:E:\Task\MyProjects\AlipaySign\Bin\Debug 执行:Application.StartupPath.Substring(0, Application.StartupPath.Substring(0, Application.StartupPath.LastIndexOf("\\")).LastIndexOf("\\")) 结果应为:E:\Task\MyProjects\AlipaySign 由此便可知写此程序的人定是想在项目根目的地址 因为是在测试环境所以Application.StartupPath的位置在项目位置里的Bin\Debug下面,所以需要向上两级才能回到项目的根目录! 注意:“\\”实为“\” 只是因为“\”是转意符!即前一个转意符将第二个转意符转换成单杠!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询