为什么一定要用正则。怎么不用substring。String str="D:\\jeffery\\index\\mydata\\data.properties "; System.out.println(str.substring(str.lastIndexOf("\\")+1));