public String substring(int start, int end)
-
Returns a new
Stringthat contains a subsequence of characters currently contained in this sequence. The substring begins at the specifiedstartand extends to the character at indexend - 1.
public String substring(int start, int end)
String that contains a subsequence of characters currently contained in this sequence. The substring begins at the specified
start and extends to the character at index
end - 1.
868

被折叠的 条评论
为什么被折叠?