欢迎访问悦橙教程(wld5.com),关注java教程。悦橙教程  java问答|  每日更新
页面导航 : > > > 文章正文

substring,

来源: javaer 分享于  点击 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 specified start and extends to the character at index end - 1.

相关文章

    暂无相关文章

用户点评