asp.net截取字符串例如string str="1.1.xlsx";我要截取xlsx,请大神帮助[解决办法]str = str.Substring(str.LastIndexOf('.')+1, str.Length - str.LastIndexOf('.')-1);