android 截取指定位置字符串_百度知道
2014-07-21 android 截取字符串 1 2008-08-19 java中截取字符串到指定位置 34 2014-10-22 Android 如何从一个字符串中截取子字符串 1 2012-06-19 and...
android 截取指定位置字符串 - 星辰之力 - 博客园
android 截取指定位置字符串 String str = "s\ziyuan"; String newStr = str.subString(str.indexOf("\\"),str.length()); String str = "100.562"; ...