🌈 搜索
📅  最后修改于: 2022-03-11 14:55:09.482000             🧑  作者: Mango
String example = "/abc/def/ghfj.doc"; System.out.println(example.substring(example.lastIndexOf("/") + 1));