截取字符串


String xx="2.1.3.5.";

int index= xx.lastIndexOf(".");

String x=xx.substring(0,index);

posted @   Proli  阅读(101)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示