substring,
分享于 点击 26222 次 点评:32
substring,
public String substring(int start, int end)
- Returns a new
String
that contains a subsequence of characters currently contained in this sequence. The substring begins at the specifiedstart
and extends to the character at indexend - 1
.
相关文章
- 暂无相关文章
用户点评