int index = url.lastIndexOf(".");
String res = url.substring(index, url.length());
int index = url.lastIndexOf(".");
String res = url.substring(index, url.length());
本文标题:2019-06-27获取文件xxx.mp4文件后缀名
本文链接:https://www.haomeiwen.com/subject/psblcctx.html
网友评论