java substring

str=str.substring(int beginIndex,int endIndex);中最终得到的值:

 beginIndex =< str的值 < endIndex

 程序猿必读

原文地址:https://www.cnblogs.com/longzhongren/p/6214897.html