Java String.substring(int beginIndex, int endIndex)方法用法实例教程,返回一个新 的字符串,这个字符串的子串。子字符串开始于指定的beginIndex,并延伸到 ...
www.yiibai.com