asp.net新手问题,求给全部代码,要在vs2010中能实现
(2)字符串操作,分别获取“C:\PROGRAMFILES\INTERNETEXPLORER\IEXPLORE.EXE”这个路径的文件名、文件夹路径、扩展名,取得路径长度...
(2)字符串操作,分别获取“C:\PROGRAM FILES\INTERNET EXPLORER\IEXPLORE.EXE”这个路径的文件名、文件夹路径、扩展名,取得路径长度,替换特定字符
System.String
Substring()
IndexOf()
LastIndexOf() 展开
System.String
Substring()
IndexOf()
LastIndexOf() 展开
2个回答
展开全部
string fileName = str.Substring(lastIndex, pointIndex - lastIndex);
string foldName = str.Substring(0, lastIndex + 1);
string extendName = str.Substring(pointIndex, str.Length - pointIndex);
string foldName = str.Substring(0, lastIndex + 1);
string extendName = str.Substring(pointIndex, str.Length - pointIndex);
追问
这个写在script里面吗,然后body里面要写什么?
追答
接下来我不知道该怎么说了???
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询